Skip to content

Instantly share code, notes, and snippets.

@christoomey
Created February 1, 2011 00:17
Show Gist options
  • Save christoomey/805138 to your computer and use it in GitHub Desktop.
Save christoomey/805138 to your computer and use it in GitHub Desktop.
Some useful steps in setting up my webfaction image
# Install git http://docs.webfaction.com/software/git.html#git-install-home
# Install vim <current-version> using techniques above, ie wget, configure, make, make install
echo 'alias python=python2.6' > ~/.bash_profile # Set default python => 2.6
easy_install-2.5 -s ~/bin -d ~/lib/python2.5 python-dateutil # Get dateutil, also, general python module
http://docs.webfaction.com/software/git.html#git-install-home
import sys.path
sys.path = '/home/nation/webapps/django/weighted' + sys.path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment