How to use VirtualEnvWrapper
Location of VirtualEnv
Creating VirtualEnv
We will need to specify the python path when creating the virtualenv. Command to create virtualenv is as below
Windows OS
Example of executing the command ( run the command in command prompt/Cmder)
Mac OS
Once the virtualenv is created, you should be able to see the virtualenv name in bracket at the left side inside your command prompt/Cmder/Terminal.
Exit from VirtualEnv
In order to exit from active virtualenv, run the following command
Activate VirtualEnv
Start and activate a virtualenv
Remove VirtualEnv
Delete virtualenv, you won't be able to remove the virtualenv if it's still active.
List all VirtualEnv
List out all the virtualenv created in your laptop
Last updated
Was this helpful?