Virtualenv
Setup a virtualenv using virtualenvwrapper
Install virtualenvwrapper and create your first virtualenv
Install virtualenvwrapper
Edit your bashrc
file and add te following content.
~/.bashrc
Then run.
Create a virtualenv.
Setup .bashrc config
Add the following lines in your ~/.bashrc
file.
~/.bashrc
Useful commands
Change virtualenv
"Logout" from a virtualenv
"cd" to your virtualenv automatically
Run this only one time.
References
Last updated