From 99aa546debed935defa445a53281e24fa607795e Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 17 Dec 2018 08:29:19 -0700 Subject: More requested changes to install doc (PR #3249) Signed-off-by: Mats Wichmann --- doc/user/build-install.xml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index aa3d7af..fbb14e5 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -150,15 +150,6 @@ Python 3.7.1 - MacOS comes with a version of Python, but it is somewhat old - and has been known to have some problems - it works well - for the system software that uses it, however. The python.org - packages work well for installing a "better" Python, while some - people prefer to install using other methods such as MacPorts - or Homebrew. - - - &SCons; will work with Python 2.7.x or with Python 3.5 or later. If you need to install Python and have a choice, we recommend using the most recent Python version available. @@ -181,12 +172,15 @@ Python 3.7.1 - In some situations it may be preferable to install add-on packages - like &SCons; in a virtualenv; that is a discussion beyond the scope of - this document, but there are numerous Internet resources on the topic. - The same command would be used, just with the virtualenv activated. + If you prefer not to install to the Python system location, + or do not have privileges to do so, you can add a flag to + install to a location specific to your own account: + +% python -m pip install --user scons + + &SCons; comes pre-packaged for installation on many Linux systems Check your package installation system @@ -213,17 +207,14 @@ Python 3.7.1 - The first step is to download either the scons-&buildversion;.tar.gz or scons-&buildversion;.zip, which are available from the SCons download page at http://www.scons.org/download.html. - - Unpack the archive you downloaded, using a utility like tar on Linux or UNIX, @@ -233,7 +224,6 @@ Python 3.7.1 usually in your local directory. Then change your working directory to that directory and install &SCons; by executing the following commands: - -- cgit v0.12