diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 18:26:56 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 18:27:49 (GMT) |
commit | 9f74c6cf7d0fd6188194e7bba8f059843b9c3c89 (patch) | |
tree | 428d7473b21eb3eb0d728eab38c90490e455ec8b /Doc/install/index.rst | |
parent | 8b945148e3f98b9c6c51bfaa830e779979713b82 (diff) | |
download | cpython-9f74c6cf7d0fd6188194e7bba8f059843b9c3c89.zip cpython-9f74c6cf7d0fd6188194e7bba8f059843b9c3c89.tar.gz cpython-9f74c6cf7d0fd6188194e7bba8f059843b9c3c89.tar.bz2 |
Issue #8890: Stop advertising an insecure use of /tmp in docs
Diffstat (limited to 'Doc/install/index.rst')
-rw-r--r-- | Doc/install/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 52c75dc..c31b198 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -189,7 +189,7 @@ under the distribution root; if you're excessively concerned with speed, or want to keep the source tree pristine, you can change the build directory with the :option:`--build-base` option. For example:: - python setup.py build --build-base=/tmp/pybuild/foo-1.0 + python setup.py build --build-base=/path/to/pybuild/foo-1.0 (Or you could do this permanently with a directive in your system or personal Distutils configuration file; see section :ref:`inst-config-files`.) Normally, this |