Skip to content

Instantly share code, notes, and snippets.

@suderman
Created August 1, 2012 21:15
Show Gist options
  • Save suderman/3230808 to your computer and use it in GitHub Desktop.
Save suderman/3230808 to your computer and use it in GitHub Desktop.
Install Python Cheetah
#!/bin/sh
cd /tmp
curl http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz -o cheetah.tar.gz
tar -zxvf cheetah.tar.gz
cd Cheetah-2.4.4
sudo python setup.py install
@hitswa
Copy link

hitswa commented Jul 15, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment