Hacker News new | ask | show | jobs
by guappa 461 days ago
If they never made any plan about how modules are installed and there is no official way… i doubt they made a plan about uv.
1 comments

I think you mean packages, not modules. And actually there is site-packages, where your stuff lands when installed with pip, so there kind of is an official way. Just many tools implementing it.