Skip to content

Instantly share code, notes, and snippets.

@seanfisk
Created September 15, 2013 18:34
Show Gist options
  • Save seanfisk/6573245 to your computer and use it in GitHub Desktop.
Save seanfisk/6573245 to your computer and use it in GitHub Desktop.
Install SCons locally on Mac OS X.
wget -O - http://prdownloads.sourceforge.net/scons/scons-2.3.0.tar.gz | tar -xzf
pushd scons-2.3.0
# python setup.py install appears to work, but doesn't.
python setup.py install --user
popd # scons-2.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment