Edi Santoso
Odoo and Python Developer
drink a tea to enjoying the life

Installing python virtualenwrapper


How to install virtualenwrapper

First open your terminal, then type this command

pip install virtualenvwrapper

Before want use virtualenvwrapper you must run this code in your work directory


source /usr/local/bin/virtualenvwrapper.sh


after run that code, now lets create a virtualenv


mkvirtualenv repoapp
in the default if you run thats code you will automaticaly workon virtualenv.

if you want to exit from virtualenv you just need to run this command
deactivate 
and if you want work with virtualenv again, yous just run command
workon repoapp
ok guys i think this realy simple.

keep spirit and learn python ^_^