]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34324: Doc README wrong directory name for venv (GH-8650)
authorStéphane Wirtel <stephane@wirtel.be>
Thu, 9 Aug 2018 15:05:31 +0000 (17:05 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 9 Aug 2018 15:05:31 +0000 (08:05 -0700)
commit599bfa18f8ebcb23af300b6855934048c3c64e7d
tree14e5ddb39ad215461d267238fd54db4ade140c1f
parentcca4eec3c0a67cbfeaf09182ea6c097a94891ff6
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`)
Doc/README.rst