Skip to content

Commit 79c9dac

Browse files
cryvategaborbernat
authored andcommitted
Fix issue 1099: pass environment variable PIP_NO-INPUT=1 to pip to prevent failures on prompts. (#1101)
1 parent ac179f2 commit 79c9dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualenv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ def space_path2url(p):
895895
"PIP_USE_WHEEL": "1",
896896
"PIP_ONLY_BINARY": ":all:",
897897
"PIP_USER": "0",
898+
"PIP_NO_INPUT": "1"
898899
}
899900

900901
if not download:

0 commit comments

Comments
 (0)