bpo-38972: Link to instructions to change PowerShell execution policy…#19131
bpo-38972: Link to instructions to change PowerShell execution policy…#19131brettcannon merged 4 commits intopython:masterfrom
Conversation
|
Not sure this change warrants a news entry? |
brettcannon
left a comment
There was a problem hiding this comment.
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... 🤦♂️ |
brettcannon
left a comment
There was a problem hiding this comment.
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-ExecutionPolicyto venv site documenation..Note. You can see this if you useGet-Help Activation.ps1 -Full.https://bugs.python.org/issue38972