File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 57
57
Depending on your MSYS setup, you may need to install the `MSYS mktemp
58
58
binary `_ in the ``MSYS_HOME/bin `` folder.
59
59
60
- .. _MSYS mktemp binary : https://sourceforge.net/projects/mingw/files/MSYS/
60
+ .. _MSYS mktemp binary : https://sourceforge.net/projects/mingw/files/MSYS/Extension/mktemp/
61
61
62
62
PowerShell
63
63
----------
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ function virtualenvwrapper_verify_active_environment {
374
374
375
375
# Help text for mkvirtualenv
376
376
function virtualenvwrapper_mkvirtualenv_help {
377
- echo " Usage: mkvirtualenv [-a project_path] [-i package] [-r requirements_file] [virtualenv options] env_name"
377
+ echo " Usage: mkvirtualenv [-a project_path] [-i package] [-r requirements_file] [-p python_interpreter] [ virtualenv options] env_name"
378
378
echo
379
379
echo " -a project_path"
380
380
echo
@@ -390,6 +390,12 @@ function virtualenvwrapper_mkvirtualenv_help {
390
390
echo
391
391
echo " Provide a pip requirements file to install a base set of packages"
392
392
echo " into the new environment."
393
+ echo
394
+ echo " -p python_interpreter, --python=python_interpreter"
395
+ echo
396
+ echo " The Python interpreter to use for the new environment."
397
+ echo " This can be specified as -p python3.8 or --python=/path/to/python"
398
+ echo
393
399
echo ;
394
400
echo ' virtualenv help:' ;
395
401
echo ;
You can’t perform that action at this time.
0 commit comments