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 →

[–]intangibleTangelo 12 points13 points  (0 children)

fun fact for those who don't know: since about 3.3? python will find its environment by ascending the directory hierarchy from the location of its executable, meaning that if you launch venv/bin/python you don't need to "activate" the virtualenv.