]> 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:10:27 +0000 (08:10 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 15:10:27 +0000 (08:10 -0700)
commitfe8f90aa3ca3f277cac634cdb96b829039225c6b
treeb8dcd69de701f8e74cda8dcf511f465ff31775df
parent292030354aaf362113c64a402094fc928c8441e0
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