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 4dd3b93 commit a90627fCopy full SHA for a90627f
virtualenvwrapper.sh
@@ -391,6 +391,12 @@ function virtualenvwrapper_mkvirtualenv_help {
391
echo
392
echo " Provide a pip requirements file to install a base set of packages"
393
echo " into the new environment."
394
+ echo
395
+ echo " -p python_interpreter, --python=python_interpreter"
396
397
+ echo " The Python interpreter to use for the new environment."
398
+ echo " This can be specified as -p python3.8 or --python=/path/to/python"
399
400
echo;
401
echo 'virtualenv help:';
402
0 commit comments