You can speed up the use of Python Virtual Environments by using “virtualenvwrapper“.
If you are working on Windows, you can use the port “virtualenvwrapper-win“.
Here is an example convenience command provided by this Windows port.
- mkvirtualenv <project_name>
- Combines virtualenv, activate, and other stuff….
Check out this link for a full list of convenience commands provided by this package.
