Why Do We Use python3 in Mac and python in Windows in the Terminal to Run or Install Something?
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
.