Skip to content

bpo-34324: Doc README wrong directory name for venv#8650

Merged
Mariatta merged 1 commit intopython:masterfrom
matrixise:bpo-34324
Aug 9, 2018
Merged

bpo-34324: Doc README wrong directory name for venv#8650
Mariatta merged 1 commit intopython:masterfrom
matrixise:bpo-34324

Conversation

@matrixise
Copy link
Copy Markdown
Member

@matrixise matrixise commented Aug 3, 2018

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)

https://bugs.python.org/issue34324

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`)
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @matrixise for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@Mariatta
Copy link
Copy Markdown
Member

Mariatta commented Aug 9, 2018

Thanks!

@bedevere-bot
Copy link
Copy Markdown

GH-8713 is a backport of this pull request to the 3.7 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-8714 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 9, 2018
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 599bfa1)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 9, 2018
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 599bfa1)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Aug 9, 2018
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 599bfa1)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Aug 9, 2018
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 599bfa1)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants