diff options
-rwxr-xr-x | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 61fbcf7f..4ffef3de 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -377,7 +377,7 @@ class easy_install(Command): def check_site_dir(self): """Verify that self.install_dir is .pth-capable dir, if needed""" - print 'install_dir', self.install_dir + instdir = normalize_path(self.install_dir) pth_file = os.path.join(instdir,'easy-install.pth') |