]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112571: Move fish venv activation script into the common folder (GH-117169)
authorTotally a booplicate <53382877+Booplicate@users.noreply.github.com>
Sun, 24 Mar 2024 15:48:40 +0000 (18:48 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2024 15:48:40 +0000 (15:48 +0000)
commit83485a095363dad6c97b19af2826ca0c34343bfc
treecd111a8e18de8f4a96bfaa2d3d0f03b7c3c44263
parent78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0
gh-112571: Move fish venv activation script into the common folder (GH-117169)

pythongh-112571: allow using fish venv activation script on windows

The fish shell can be used on windows under cygwin or msys2.
This change moves the script to the common folder
so the venv module will install it on both posix and nt systems (like the bash script).
Lib/venv/scripts/common/activate.fish [moved from Lib/venv/scripts/posix/activate.fish with 100% similarity]