Setup Python/DJango Environment with Virtualenv

for Linux environment.( general purpose )
- sudo apt-get install python-setuptools
- sudo easy_install pip
- pip install virtualenv (additional pip install virtualenvwrapper)
- virtualenv --no-site-packages
- source /bin/activate
- pip install yolk
- pip install ipython
( additional for other module please do - sudo apt-get install python-dev build-essential )

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade