We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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: