aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-14 13:31:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-14 13:31:10 -0400
commit95d5709f2dd3fd0bc98057c08c29fbfc2d5d11e1 (patch)
tree921472fc5e3c838b85a45519bf1ca3853b80c8cf
parent372be090c5acab13a5cc88893c50c09a7b7ec56e (diff)
parent38c43e388fe9aeff84388ff73447504353adc3f4 (diff)
downloadexternal_python_setuptools-1.0b3.tar.gz
external_python_setuptools-1.0b3.tar.bz2
external_python_setuptools-1.0b3.zip
Merge1.0b3
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index a0171e3d..cf4402a5 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1262,7 +1262,7 @@ Here are some of your options for correcting the problem:
https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again."""
- return template % self.install_dir, os.environ.get('PYTHONPATH','')
+ return template % (self.install_dir, os.environ.get('PYTHONPATH',''))
def install_site_py(self):
"""Make sure there's a site.py in the target dir, if needed"""