Reputation: 5
I learn a new Python book which means I need to download Python 3.6 to my Mac OS 10.14.4 - I don't find a link to download it - https://www.python.org/dwnloads/release/python-360/ It has only 10.6 version and above...
What can I do? Thanks)
Upvotes: 0
Views: 92
Reputation: 302
I would suggest you to use Brew for installing your Python and all additional dependencies. Makes life much easier. Guide how to install python3 with Brew
Upvotes: 3