[Python-checkins] r51244 - sandbox/branches/setuptools-0.6/EasyInstall.txt

phillip.eby python-checkins at python.org
Sun Aug 13 19:44:02 CEST 2006


Author: phillip.eby
Date: Sun Aug 13 19:44:02 2006
New Revision: 51244

Modified:
   sandbox/branches/setuptools-0.6/EasyInstall.txt
Log:
Backport OS X doc fix from trunk.


Modified: sandbox/branches/setuptools-0.6/EasyInstall.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/EasyInstall.txt	(original)
+++ sandbox/branches/setuptools-0.6/EasyInstall.txt	Sun Aug 13 19:44:02 2006
@@ -999,7 +999,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 If you are on a Mac OS X machine, you should just use the
-``~/Library/Python2.x/site-packages`` directory as your custom installation
+``~/Library/Python/2.x/site-packages`` directory as your custom installation
 location, because it is already configured to process ``.pth`` files, and
 EasyInstall already knows this.
 
@@ -1007,7 +1007,7 @@
 file with the following contents (or add this to the existing contents)::
 
     [install]
-    install_lib = ~/Library/Python$py_version_short/site-packages
+    install_lib = ~/Library/Python/$py_version_short/site-packages
     install_scripts = ~/bin
 
 This will tell the distutils and EasyInstall to always install packages in


More information about the Python-checkins mailing list