Skip to content

Commit

Permalink
Fix issue 1099: pass environment variable PIP_NO-INPUT=1 to pip to pr…
Browse files Browse the repository at this point in the history
…event failures on prompts. (#1101)
  • Loading branch information
cryvate authored and gaborbernat committed Sep 22, 2018
1 parent ac179f2 commit 79c9dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ def space_path2url(p):
"PIP_USE_WHEEL": "1",
"PIP_ONLY_BINARY": ":all:",
"PIP_USER": "0",
"PIP_NO_INPUT": "1"
}

if not download:
Expand Down

1 comment on commit 79c9dac

@asimovezh
Copy link

@asimovezh asimovezh commented on 79c9dac Sep 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,cryvate,sorry to interrupt u.
I'm a beginner in python.and I'm wondering what's the "task.py" used for?
(I think it's for some developers' convinience--maybe those who used invoke ? i don't know and have already searched a lot....still don't get the point)
Thanks

Please sign in to comment.