Skip to content

Instantly share code, notes, and snippets.

@bookshelfdave
Created January 25, 2012 20:45
Show Gist options
  • Save bookshelfdave/1678611 to your computer and use it in GitHub Desktop.
Save bookshelfdave/1678611 to your computer and use it in GitHub Desktop.
Installing MirrorManager
sudo yum install zlib-devel.i686
wget http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tgz
tar xvzf Python-2.4.6.tgz
cd Python-2.4.6
./configure --with-zlib=/usr/include
make
sudo make install
virtualenv -p /usr/local/bin/python2.4 --no-site-packages ~/virtualenv/mm
source ~/virtualenv/mm/bin/activate
easy_install paver
easy_install http://dbsprockets.googlecode.com/files/PyProtocols-1.0a0dev-r2302.zip
easy_install http://dbsprockets.googlecode.com/files/RuleDispatch-0.5a0.dev-r2306.tar.gz
easy_install http://py-radix.googlecode.com/files/py-radix-0.5.tar.gz
easy_install http://pypi.python.org/packages/source/k/kitchen/kitchen-1.1.0.tar.gz#md5=d409229c19c020cb457ea7c86f91846f
# has issues here too, so I picked a downgraded package:
easy_install http://c0re.23.nu/c0de/IPy/IPy-0.4.tar.gz
easy_install TurboGears==1.0.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment