[Python-checkins] devguide: Okay, so apparently on OSX /usr/local is world-writable.

georg.brandl python-checkins at python.org
Sun Jan 22 20:35:05 CET 2012


http://hg.python.org/devguide/rev/31ab284dae1f
changeset:   487:31ab284dae1f
user:        Georg Brandl <georg at python.org>
date:        Sun Jan 22 20:34:59 2012 +0100
summary:
  Okay, so apparently on OSX /usr/local is world-writable.

files:
  setup.rst |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -133,9 +133,8 @@
 directory. There is normally no need to install your built copy
 of Python! The interpreter will realize where it is being run from
 and thus use the files found in the working copy.  If you are worried
-you might accidentally install your working copy build, you should probably
-use an account for developing that doesn't have write permissions on
-``/usr/local`` anyway.
+you might accidentally install your working copy build, you can add
+``--prefix=/tmp/python`` to the configuration step.
 
 .. _issue tracker: http://bugs.python.org
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list