aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorYannick Gingras <ygingras@ygingras.net>2010-03-15 22:24:45 -0400
committerYannick Gingras <ygingras@ygingras.net>2010-03-15 22:24:45 -0400
commitdee0ec5d40f2be83be1596fd12dbdb9b5eb159d0 (patch)
treecf0ca6e1c0605ba39e981c9bb628642145dabc9a /setuptools/command/easy_install.py
parentb99d0e8aefe94a718630cb6be3369e290a6ec060 (diff)
downloadexternal_python_setuptools-dee0ec5d40f2be83be1596fd12dbdb9b5eb159d0.tar.gz
external_python_setuptools-dee0ec5d40f2be83be1596fd12dbdb9b5eb159d0.tar.bz2
external_python_setuptools-dee0ec5d40f2be83be1596fd12dbdb9b5eb159d0.zip
updated links to the new location of the easy_install docs
--HG-- branch : distribute extra : rebase_source : 9d757c4d6c0d0c0b14b381961af69907e079d0ce
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index c96a43fd..843c261c 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -7,7 +7,8 @@ A tool for doing automatic download/extract/build of distutils-based Python
packages. For detailed documentation, see the accompanying EasyInstall.txt
file, or visit the `EasyInstall home page`__.
-__ http://peak.telecommunity.com/DevCenter/EasyInstall
+__ http://packages.python.org/distribute/easy_install.html
+
"""
import sys, os.path, zipimport, shutil, tempfile, zipfile, re, stat, random
from glob import glob
@@ -349,7 +350,7 @@ variable.
For information on other options, you may wish to consult the
documentation at:
- http://peak.telecommunity.com/EasyInstall.html
+ http://packages.python.org/distribute/easy_install.html
Please make the appropriate changes for your system and try again.
"""
@@ -1084,7 +1085,7 @@ Here are some of your options for correcting the problem:
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
- http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations
+ http://packages.python.org/distribute/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again.""" % (
self.install_dir, os.environ.get('PYTHONPATH','')