diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-08-13 17:44:02 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-08-13 17:44:02 +0000 |
| commit | f744be10b9702c1056fda2e18cfa9e8cb99d331a (patch) | |
| tree | 532c3f50d1429966415bba7be0d9ccf06bf579ef | |
| parent | 1539c7f2fe27dbcec35180681a68e97e878bf2dc (diff) | |
| download | python-setuptools-git-f744be10b9702c1056fda2e18cfa9e8cb99d331a.tar.gz | |
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
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files 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 |
