We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96ea1e commit 78af1f2Copy full SHA for 78af1f2
pipenv/cli.py
@@ -839,8 +839,7 @@ def do_create_virtualenv(python=None, site_packages=False):
839
click.echo(crayons.white(u'Making site-packages available…', bold=True), err=True)
840
841
os.environ['VIRTUAL_ENV'] = project.virtualenv_location
842
- d = delegator.run('pipenv run pew toggleglobalsitepackages')
843
- click.echo(d.err, err=True)
+ delegator.run('pipenv run pew toggleglobalsitepackages')
844
del os.environ['VIRTUAL_ENV']
845
846
# Say where the virtualenv is.
0 commit comments