diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-09-21 22:27:26 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-21 22:27:26 (GMT) |
commit | d64ee1a5ba2007ae5fe085dd3495013d940a51bb (patch) | |
tree | cb0a2cb25675bbc938ed79d91670e5b07ba34640 /Misc | |
parent | db1a80e97aa7217c561fb3627f70be1882de9534 (diff) | |
download | cpython-d64ee1a5ba2007ae5fe085dd3495013d940a51bb.zip cpython-d64ee1a5ba2007ae5fe085dd3495013d940a51bb.tar.gz cpython-d64ee1a5ba2007ae5fe085dd3495013d940a51bb.tar.bz2 |
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321)
PowerShell Core 6.1 is the cross-platform port of Windows PowerShell. This change updates Activate.ps1 to not make Windows assumptions as well as installing it into the bin/Scripts directory on all operating systems.
Requires PowerShell Core 6.1 for proper readline support once the shell has been activated for the virtual environment.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-14-12-38-49.bpo-32718.ICYQbt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-14-12-38-49.bpo-32718.ICYQbt.rst b/Misc/NEWS.d/next/Library/2018-09-14-12-38-49.bpo-32718.ICYQbt.rst new file mode 100644 index 0000000..b60106a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-14-12-38-49.bpo-32718.ICYQbt.rst @@ -0,0 +1,2 @@ +The Activate.ps1 script from venv works with PowerShell Core 6.1 and is now +available under all operating systems. |