Bug report
Bug description:
- Install MSYS2 for Windows
- Install
fish shell under MSYS2
- Start MSYS2 environment with
fish shell
- Run
python -m venv venv
Expect:
venv\Scripts includes activate.fish
Actual:
venv\Scripts does not include activate.fish
CPython versions tested on:
3.10
Operating systems tested on:
Windows
Linked PRs