Skip to content
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

Fix broken prompt set up by activate.bat (#2225) #2226

Merged
merged 2 commits into from Oct 28, 2021

Commits on Oct 27, 2021

  1. Fix broken prompt set up by activate.bat (pypa#2225)

    Removing the stray closing parenthesis in activate.bat in commit
    35ec441 broke the virtual environment prompt prefix in Windows cmd.
    The reason for this was that the ill-formed closing parenthesis
    somehow affected the variable expansion order.
    
    This commit fixes the issue by not using a local ENV_PROMPT
    variable to update the prompt.  (So an additional benefit of
    this change is one less variable set in the environment.)
    
    Fixes: pypa#2225
    SigmundVik committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    19c453e View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    SigmundVik committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a47e7bf View commit details
    Browse the repository at this point in the history