We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90af1f commit 9bae999Copy full SHA for 9bae999
bootstrap_env.py
@@ -82,7 +82,7 @@ def which(exe=None, throw=True):
82
message = (
83
'Virtualenv is required for this bootstrap to run.\n'
84
'Install virtualenv via:\n'
85
- '\t$ [sudo] pip install virtualenv'
+ '\t$ pip install --user virtualenv'
86
)
87
fail(message)
88
0 commit comments