Create a virtualenv for the person: Difference between revisions

imported>Paulproteus
(Created page with '== Install the virtualenv package == sudo apt-get install python-virtualenv == Create a virtualenv == virtualenv ~/env == Activate it == source ~/env/bin/activate You sh…')
 
imported>Paulproteus
Line 2:
 
sudo apt-get install python-virtualenv
 
If that doesn't work, try:
 
sudo apt-get install python-setuptools
easy_install virtualenv
 
== Create a virtualenv ==
Anonymous user