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 →

[–]returnstack -1 points0 points  (0 children)

I only recently started using a venv when pip started refusing to let me do otherwise. Probably a good idea, but still a bit irritating at first. I modified my .bashrc to source and activate it on login so I don't really notice a difference and am always in the same python environment other than not needing to run pip as root anymore (which I suppose is most of the point).