I’ve noticed that when I use the terminal, the command for running Python scripts or installing packages is different on macOS and Windows. On macOS, I usually have to type python3
, but on Windows, I just use python
.
I’m curious why there’s this difference.