From f744be10b9702c1056fda2e18cfa9e8cb99d331a Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sun, 13 Aug 2006 17:44:02 +0000 Subject: Backport OS X doc fix from trunk. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051244 --- EasyInstall.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EasyInstall.txt b/EasyInstall.txt index b3ac28bd..f36a1ed0 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -999,7 +999,7 @@ Mac OS X "User" Installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 @@ Before installing EasyInstall/setuptools, just create a ``~/.pydistutils.cfg`` 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 -- cgit v1.2.3