From: Totally a booplicate <53382877+Booplicate@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:48:40 +0000 (+0300) Subject: gh-112571: Move fish venv activation script into the common folder (GH-117169) X-Git-Tag: v3.13.0a6~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83485a095363dad6c97b19af2826ca0c34343bfc;p=thirdparty%2FPython%2Fcpython.git 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). --- diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/common/activate.fish similarity index 100% rename from Lib/venv/scripts/posix/activate.fish rename to Lib/venv/scripts/common/activate.fish