mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-34324: Doc README wrong directory name for venv (GH-8650)
In the documentation, the `env` directory is specified when we execute the `make venv` command. But in the code, `make venv` will create the virtualenv inside the `venv` directory (defined by `VENVDIR`)
This commit is contained in:
parent
cca4eec3c0
commit
599bfa18f8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ To get started on UNIX, you can create a virtual environment with the command ::
|
|||
make venv
|
||||
|
||||
That will install all the tools necessary to build the documentation. Assuming
|
||||
the virtual environment was created in the ``env`` directory (the default;
|
||||
the virtual environment was created in the ``venv`` directory (the default;
|
||||
configurable with the VENVDIR variable), you can run the following command to
|
||||
build the HTML output files::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue