Skip to content

Commit 14bd7fa

Browse files
committed
Allow stderr to be shown instead of being merged
1 parent a900234 commit 14bd7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/venv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _call_new_python(self, context, *py_args, **kwargs):
460460
def _setup_pip(self, context):
461461
"""Installs or upgrades pip in a virtual environment"""
462462
self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
463-
'--default-pip', stderr=subprocess.STDOUT)
463+
'--default-pip')
464464

465465
def setup_scripts(self, context):
466466
"""

0 commit comments

Comments
 (0)