mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove err printing
This commit is contained in:
@@ -143,7 +143,6 @@ def do_install_dependencies(dev=False, only=False, bare=False, allow_global=Fals
|
||||
|
||||
# pip install:
|
||||
c = pip_install(package_name, allow_global=allow_global)
|
||||
print c.err
|
||||
|
||||
if not bare:
|
||||
click.echo(crayons.blue(c.out))
|
||||
|
||||
Reference in New Issue
Block a user