]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34324: Doc README wrong directory name for venv (GH-8650)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Aug 2018 15:17:10 +0000 (08:17 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 15:17:10 +0000 (08:17 -0700)
commit0ee2a29585e3c17e38eb6e6a2515405e40be22b5
tree5cbf646f17d079b456bd1555b15e3891262e8067
parentf2bb20e6bae37f2735d64aaba75da94dfc7bec5e
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`)
(cherry picked from commit 599bfa18f8ebcb23af300b6855934048c3c64e7d)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Doc/README.rst