7 ms·
This is a valid point. I’m a big fan of Python the language myself, but packaging and distribution is quite the mess. I honestly wish we at least got first-cla
by drbaba 3y ago
This is a valid point. I’m a big fan of Python the language myself, but packaging and distribution is quite the mess.
I honestly wish we at least got first-class support for adding say “import numpy-1.31” to the code, such that you could safely install multiple versions of a package in parallel in the global PYTHONPATH without issues.