Installation of Python setuptools for easy installation
user@user-Vostro-3550:~$ sudo apt-get install python-setuptools
Installation of Virtualenv using easy_install
user@user-Vostro-3550:~$ sudo easy_install virtualenv
Installation of fresh Python with other modules in Virtualenv and no access of Python modules under root permission from Virtualenv.
user@user-Vostro-3550:~/code/Django-Sample$ virtualenv --no-site-packages django_venv
Activate your virtualvnv to work with it
user@user-Vostro-3550:~/code/Django-Sample$ source django_venv/bin/activate
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$
Installation of Python setuptools for easy installation
Installation of Virtualenv using easy_install
Installation of fresh Python with other modules in Virtualenv and no access of Python modules under root permission from Virtualenv.
Activate your virtualvnv to work with it