What version of Python is on my Mac?
You could have multiple Python versions on your macOS. You may check that by command, type or which command, like: Or type python in Terminal and hit Tab few times for auto completion, which is equivalent to: By default python/pip commands points to the first binary found in PATH environment variable depending what’s actually installed. So before installing Python packages with Homebrew, the default Python is installed in /usr/bin which is shipped … Read more