Skip to content

Instantly share code, notes, and snippets.

@fay
Created September 27, 2011 14:08
Show Gist options
  • Save fay/1245124 to your computer and use it in GitHub Desktop.
Save fay/1245124 to your computer and use it in GitHub Desktop.
environ setup
APP_DIR=~/dev/jucan
VIRTUALENV_DIR = ~/.virtualenv
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e
tar -xzvf setuptools-0.6c11.tar.gz
sudo python setuptools-0.6c11/setup.py install
sudo easy_install pip
sudo pip install virtualenv
sudo pip install virtualenvwrapper
source /usr/local/bin/virtualenvwrapper.sh
python scripts/pinax-boot.py $VIRTUALENV_DIR
hg clone
workon jucan
cd $APP_DIR
sudo rm ~/.pip
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment