Skip to content

Commit 9bae999

Browse files
committed
fix copy in bootstrap_env
1 parent c90af1f commit 9bae999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def which(exe=None, throw=True):
8282
message = (
8383
'Virtualenv is required for this bootstrap to run.\n'
8484
'Install virtualenv via:\n'
85-
'\t$ [sudo] pip install virtualenv'
85+
'\t$ pip install --user virtualenv'
8686
)
8787
fail(message)
8888

0 commit comments

Comments
 (0)