]> granicus.if.org Git - python/commit
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms...
authorBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 21 Sep 2018 22:27:26 +0000 (15:27 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Sep 2018 22:27:26 +0000 (15:27 -0700)
commitd64ee1a5ba2007ae5fe085dd3495013d940a51bb
treecb0a2cb25675bbc938ed79d91670e5b07ba34640
parentdb1a80e97aa7217c561fb3627f70be1882de9534
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.
Doc/whatsnew/3.8.rst
Lib/venv/scripts/common/Activate.ps1 [moved from Lib/venv/scripts/nt/Activate.ps1 with 86% similarity]
Misc/NEWS.d/next/Library/2018-09-14-12-38-49.bpo-32718.ICYQbt.rst [new file with mode: 0644]