|
|
|
|
|
by kevin_thibedeau
166 days ago
|
|
pip and venv. The Python ecosystem has taken a huge step backwards with the preachy attitude that you have to do everything in a venv. Not when I want to have installable utility scripts usable from all my shells at any time or location. I get that installing to the site-packages is a security vulnerability. Installing to my home directory is not, so why can't that be the happy path by default? Debian used to make this easy with the dist-packages split leaving site-packages as a safe sandbox but they caved. |
|
The brilliant part about venvs is that A and B can have their completely separate mutually incompatible environments.