https://github.com/python/cpython/commit/83485a095363dad6c97b19af2826ca0c34343bfc commit: 83485a095363dad6c97b19af2826ca0c34343bfc branch: main author: Totally a booplicate <[email protected]> committer: vsajip <[email protected]> date: 2024-03-24T15:48:40Z summary:
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). files: A Lib/venv/scripts/common/activate.fish D Lib/venv/scripts/posix/activate.fish 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
