-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-38972: Link to instructions to change PowerShell execution policy… #19131
Conversation
Not sure this change warrants a news entry? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately docs CI is failing.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Reopen to see if the CI failing issue is still affecting my PR. |
@d3r3kk looks like an Ubuntu server is done that serves some files needed to build things. |
Change seems decent other than the Ubuntu package service on Azure... 🤦♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly fixing capitalization and using a fwlink instead of PS 7-specific link.
… for venv activation Add proposed documentation for venv + Windows + Powershell - add to venv site documenation. - add to the Activate.ps1 script itself.
Thanks @d3r3kk for the PR, and @brettcannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
…pythonGH-19131) (cherry picked from commit 45217af) Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
GH-19311 is a backport of this pull request to the 3.8 branch. |
Sorry, @d3r3kk and @brettcannon, I could not cleanly backport this to |
|
… for venv activation
Add proposed documentation for
venv
+ Windows + Powershell.This change:
Set-ExecutionPolicy
to venv site documenation..Note
. You can see this if you useGet-Help Activation.ps1 -Full
.https://bugs.python.org/issue38972