Skip to content

Commit 78af1f2

Browse files
committed
working!
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent e96ea1e commit 78af1f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pipenv/cli.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,7 @@ def do_create_virtualenv(python=None, site_packages=False):
839839
click.echo(crayons.white(u'Making site-packages available…', bold=True), err=True)
840840

841841
os.environ['VIRTUAL_ENV'] = project.virtualenv_location
842-
d = delegator.run('pipenv run pew toggleglobalsitepackages')
843-
click.echo(d.err, err=True)
842+
delegator.run('pipenv run pew toggleglobalsitepackages')
844843
del os.environ['VIRTUAL_ENV']
845844

846845
# Say where the virtualenv is.

0 commit comments

Comments
 (0)