What Python Version is on Your Mac?
To check the default Python version on your macOS, use the command python –version in your terminal. In particular, use the following four steps to check the Python version on your Mac operating system. Press CMD + Space to open Spotlight. Type “terminal” and press enter. Execute command: type python –version or python -V and … Read more