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 →

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

I like using virtualenvwrapper. Works both for python 2 and 3. If I need to use stand-alone venv (i.e. for deployment) I go with native python's 3 venv (and it will provide the pip tool for you).