]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
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]