I am currently running OS X Yosemite (10.10.2) on my MacBook Pro... By default, Apple ships Python 2.7.6 on Yosemite.
Just downloaded and ran this installer for Python 3: python-3.4.3-macosx10.6.pkg
When I opened up my Terminal and typed in python
, this is what came up:
Python 2.7.6 (default, Sep 9 2014, 15:04:36) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>
Question(s):
Update Python Using Python Installer for macOS We can download the installer and update or install the desired version using the Python installer. We can confirm if the new version of Python is successfully installed or not by checking the Python version using the same above two commands.
Try typing python3
instead of just python
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With