You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the index-url requires a password prompt, but one of the extra-index-urls does not, virtualenv will fail, unless you set PIP_NO_INPUT=1 or similar. virtualenv requires pip to not ask for input, otherwise it will fail immediately, so we might as well tell pip so! Here:
Currently, if the index-url requires a password prompt, but one of the extra-index-urls does not, virtualenv will fail, unless you set
PIP_NO_INPUT=1
or similar. virtualenv requires pip to not ask for input, otherwise it will fail immediately, so we might as well tell pip so! Here:Simply add another entry
The text was updated successfully, but these errors were encountered: