|
|
|
|
|
by catlifeonmars
165 days ago
|
|
> Python package management is a disaster. There should be ways of having multiple versions of a package coexist in /usr/lib/python, nicely organized by package name and version number, and import the exact version your script wants, without containerizing everything. Have you tried uv? |
|