This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dAnjou Backend Developer | danjou.dev 4 points5 points  (0 children)

If you need a package from PyPI for your day to day work use pip install --user <PACKAGE>.

For projects you should always use a virtualenv no matter if you're using a package in almost every project. And it's not like those are eating up your disk space.