python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Episode 1.2: `python3` in Git Bash venv is system python

Open smangham opened this issue 1 month ago • 0 comments
trafficstars

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.

smangham avatar Oct 09 '25 14:10 smangham