Created
September 15, 2013 18:34
-
-
Save seanfisk/6573245 to your computer and use it in GitHub Desktop.
Install SCons locally on Mac OS X.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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