For me it works when I do these steps:
-
Go to the directory/folder that you want
-
run
virtualenv .env
-
then run
source .env/bin/activate
For me it works when I do these steps:
Go to the directory/folder that you want
run virtualenv .env
then run source .env/bin/activate