Hacker News new | ask | show | jobs
by drbaba 920 days 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.