File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Creating Virtual Environments
36
36
=============================
37
37
38
38
The 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 .
43
43
44
44
To create a virtual environment, decide upon a directory where you want to
45
45
place 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