-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770) #92770
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
Conversation
|
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
|
There's no real need for this, is there? |
|
Hi, I modified it since in comments mentioned this earlier
And so I modified it. |
That's a bit too vague. I'd suggest asking questions on e.g. the Python discussion forum or Stack Overflow, to see if there's some reason why things don't work as you'd expect. |
|
Will do, thank you for clarifying. |
|
@yashlad681, in the future, if you're trying to fix a specific issue in a PR, I'd recommend mentioning the issue number in the PR title (e.g. gh-91249), and probably also in the PR description. Otherwise, it can be very unclear what problem you're trying to fix. Thanks! |
|
Hey @AlexWaygood , sure noted. |
|
Right, I hadn't realized there was actually an issue around this. |
|
Every change to Python requires a NEWS entry. Please, add it using the blurb_it Web app or the blurb command-line tool. |
#gh-91249: Removed .bat when activating venv on windows #91249
I have replaced
Please let me know if this is as expected. Thank you