easy_install virtualenv : To install the virtual environment
source bin/activate : To activate the virtual environment.
sudo wget http://www.djangoproject.com/download/1.3/tarball/ : To download the Django in the virtual environment
tar xzvf Django-1.3.tar.gz : to remove the tar file
cd Django-1.3 : to change the directory
sudo python setup.py install : the install destination
No comments:
Post a Comment