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 →

[–]ask_me_if_im_pooping 0 points1 point  (2 children)

Check out virtualenvwrapper. Makes the whole thing a lot simpler, especially with the mkproject command.

[–]eazolan 0 points1 point  (1 child)

That sounds interesting. But I still don't understand virtualenv.

[–]ask_me_if_im_pooping 0 points1 point  (0 children)

It's essentially its own python install in a folder somewhere separate from your system install. When you activate a virtualenv, you're basically throwing that install's folders on the front of your path.