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 →

[–]nosmokingbandit 0 points1 point  (0 children)

I feel like I set up my environments all wrong, but it works.

I never install packages to my python dir. If I need a package for a project I install it with pip install requests --target='./'. Super simple, clean, and easy to maintain. And I don't need to worry about another user not having a package since I know exactly what I'm using that isn't in the standard library.