From: bdbaddog Date: Mon, 11 Jan 2010 01:25:45 +0000 (+0000) Subject: Fix bug 2389 - indicate that the install dir will depend on the python being used X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59f3fa9bb385af1a9e72454a5c65146ade8a20ef;p=scons.git Fix bug 2389 - indicate that the install dir will depend on the python being used git-svn-id: http://scons.tigris.org/svn/scons/trunk@4600 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/doc/user/build-install.in b/doc/user/build-install.in index 86163611..d6e4394e 100644 --- a/doc/user/build-install.in +++ b/doc/user/build-install.in @@ -411,11 +411,11 @@ This will build &SCons;, install the &scons; script - in the default system scripts directory + in the python which is used to run the setup.py's scripts directory (/usr/local/bin or C:\Python25\Scripts), and will install the &SCons; build engine - in an appropriate stand-alone library directory + in the corresponding library directory for the python used (/usr/local/lib/scons or C:\Python25\scons). Because these are system directories,