under the lower level: virtualenv it states in step 2:
To begin using the virtual environment, it needs to be activated:
$ source my_project/bin/activate
this is valid on linux only, he windows command could be added too:
for example
On Windows:
call my_project\Scripts\activate
under the lower level: virtualenv it states in step 2:
To begin using the virtual environment, it needs to be activated:
this is valid on linux only, he windows command could be added too:
for example
On Windows: