Commit 71cccc1a authored by nathan's avatar nathan

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


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72819 62d5b8a3-27da-0310-9561-8e5933582275
parent 5eddcb9a
......@@ -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