Commit 65d8e1dc authored by Nathan Yergler's avatar Nathan Yergler

Fix for bug #84866; correct reference to the executable.

parent 783848f3
......@@ -226,7 +226,7 @@ class Installer:
if level <= logging.DEBUG:
logger.debug('Running easy_install:\n%s "%s"\npath=%s\n',
executable, '" "'.join(args), path)
self._executable, '" "'.join(args), path)
args += (dict(os.environ, PYTHONPATH=path), )
sys.stdout.flush() # We want any pending output first
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment