I'm downloaded scons 2.3.0 with official site and install it command:
python setup.py install --standard-lib
And i have question how to uninstall scons?
MacOS X 10.8.4
The library itself should be in /usr/local/lib/scons
. Executables (scripts) in /usr/local/bin/{scons,sconsign,scons-time,scons.bat}
. Scripts may be with version number, e.g. scons-2.3.0
. Finaly docs in /usr/local/man/man1
.
Also look for the egg file with:
$ find / -name "scons*.egg-info"
Hope that helps.