Skip to content

Instantly share code, notes, and snippets.

@johnwilson
Forked from sassman/install-setuptools.sh
Last active August 29, 2015 14:19
Show Gist options
  • Save johnwilson/e1cbc56a04b2fabf0026 to your computer and use it in GitHub Desktop.
Save johnwilson/e1cbc56a04b2fabf0026 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
cd /tmp
wget https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz
tar -xzf setuptools-2.2.tar.gz
cd setuptools-2.2
sudo jython27 setup.py install --prefix=/opt/jython27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment