Skip to content

Set up virtual env for Django projects #1

Description

@backup1-technicise

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$

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions