8000 bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization by brettcannon · Pull Request #14941 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization #14941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 21, 2019
Prev Previous commit
Next Next commit
Add a news entry
  • Loading branch information
brettcannon committed Jul 24, 2019
commit 5e881c68a9420875fc7a72e67583cad85e0a4749
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bring consistency to venv shell activation scripts by always using
__VENV_PROMPT__.
0