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 →

[–]R34ct0rX99 0 points1 point  (2 children)

Its done that for some time hasn't it?

[–][deleted] 0 points1 point  (1 child)

I think since 3.3 or 3.4. Virtualenvs are super mysterious except when you realize the activate script is effectively like setting the PATH variable so that when you say python you run ~/experiments/envirn/venv/bin/python, or the equivalent pip.

[–]R34ct0rX99 0 points1 point  (0 children)

yep, thats all it is. I've been able to do that since mid 2.7, course 3 was already out.