New GitHub issue #119078 from deuberger:<br>

<hr>

<pre>
# Documentation

>From https://docs.python.org/3/tutorial/venv.html:

> [venv](https://docs.python.org/3/library/venv.html#module-venv) will usually install the most recent version of Python that you have available. If you have multiple versions of Python on your system, you can select a specific Python version by running python3 or whichever version you want.

https://docs.python.org/3/library/venv.html#module-venv though makes it clear that the venv will use `the Python installation from which the command was run`.

So I believe it should be updated to:

> [venv](https://docs.python.org/3/library/venv.html#module-venv) will install the Python version from which the command was run. If you have multiple versions of Python on your system, you can select a specific Python version by running python3 or whichever version you want.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119078">View on GitHub</a>
<p>Labels: docs</p>
<p>Assignee: </p>