Commit e3af9258 by Michael DeHaan

Merge pull request #2995 from SirScott/pip-sudo-user

pip module -- sudo_user permission problem fix
parents c397969c b2542bff
......@@ -201,6 +201,7 @@ def main():
cmd = '%s --system-site-packages %s' % (virtualenv, env)
else:
cmd = '%s %s' % (virtualenv, env)
os.chdir(tempfile.gettempdir())
rc, out_venv, err_venv = module.run_command(cmd)
out += out_venv
err += err_venv
......
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