Skip to content

Commit a90627f

Browse files
LaosLosdhellmann
authored andcommitted
Update mkvirtualenv help to document -p/--python option
1 parent 4dd3b93 commit a90627f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

virtualenvwrapper.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,12 @@ function virtualenvwrapper_mkvirtualenv_help {
391391
echo
392392
echo " Provide a pip requirements file to install a base set of packages"
393393
echo " into the new environment."
394+
echo
395+
echo " -p python_interpreter, --python=python_interpreter"
396+
echo
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+
echo
394400
echo;
395401
echo 'virtualenv help:';
396402
echo;

0 commit comments

Comments
 (0)