diff options
author | Totally a booplicate <53382877+Booplicate@users.noreply.github.com> | 2024-03-24 15:48:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 15:48:40 (GMT) |
commit | 83485a095363dad6c97b19af2826ca0c34343bfc (patch) | |
tree | cd111a8e18de8f4a96bfaa2d3d0f03b7c3c44263 /Lib/venv | |
parent | 78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0 (diff) | |
download | cpython-83485a095363dad6c97b19af2826ca0c34343bfc.zip cpython-83485a095363dad6c97b19af2826ca0c34343bfc.tar.gz cpython-83485a095363dad6c97b19af2826ca0c34343bfc.tar.bz2 |
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).
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/scripts/common/activate.fish (renamed from Lib/venv/scripts/posix/activate.fish) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/common/activate.fish index 25c4275..25c4275 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/common/activate.fish |