Hacker News new | ask | show | jobs
by viraptor 543 days ago
> The traditional setup.py install command may install multiple versions of the same package into the same directory

Wait, what? In what situation would that ever happen? Especially given the directories for packages are not versioned, so setuptools should never do two different versions in any way.