Skip to content
Advertisement

How come I can not activate my Virtual Python Environment with ‘source env/bin/activate’ command?

I am trying to activate my Virtual Python Environment to use with Pylons but I think I am executing the commands wrong.

JavaScript

What am I doing wrong? How should I do it right?

Advertisement

Answer

I realize I had to do

JavaScript

And here we see virtualenv.py. From here I just had to

JavaScript

And then

JavaScript

Solved :)

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement