File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Creating Virtual Environments
3636=============================
3737
3838The module used to create and manage virtual environments is called
39- :mod: `venv `. :mod: `venv ` will usually install the most recent version of
40- Python that you have available. If you have multiple versions of Python on your
41- system, you can select a specific Python version by running ``python3 `` or
42- whichever version you want .
39+ :mod: `venv `. :mod: `venv ` will install the Python version from which
40+ the command was run (as reported by the :option: ` --version ` option).
41+ For instance, excuting the command with ``python3.12 `` will install
42+ version 3.12 .
4343
4444To create a virtual environment, decide upon a directory where you want to
4545place it, and run the :mod: `venv ` module as a script with the directory path::
You can’t perform that action at this time.
0 commit comments