carpentries-incubator / carpentries-incubator/python-intermediate-development
Episode 1.2: `python3` in Git Bash venv is system python
Open
- Dominant language
- TeX
- Stars
- 63
- Forks
- 77
- Avg merge
- 20h 8m
- Merged PRs (30d)
- 3
Description
It looks like in some cases Windows virtual environments only alias `python`, not `python3`, so the material that has you run `python3 -m pip` is actually installing to the system python.
Once the virtual environment is activated, everything should switch to just plain `python` and `pip`.
Contributor guide
Assessment
This issue has not been assessed yet.