Reputation: 1708
On this page some older Anaconda versions are listed. How can you know which one corresponds to which version of Mac?
Upvotes: 0
Views: 4874
Reputation: 11
you can also use https://dortania.github.io/OpenCore-Legacy-Patcher/ to upgrade most old macs to get easier compatibility, i wasn't able to install v3 on my mac mini 2011 12.7. so i went with v2 2019.10
Upvotes: 1
Reputation: 34
from:
https://docs.anaconda.com/anaconda/install/#old-os
For macOS 10.5 and macOS 10.6, use the command line installers for Anaconda versions 1.8 and earlier. NOTE: These installer files end in .sh, not .pkg. Download from our archive.
For macOS 10.7 and macOS 10.8, use the command line installers for Anaconda versions 4.2 and earlier. Download from our archive.
Upvotes: 1
Reputation: 77
Have just installed Anaconda3-4.1.0-MacOSX-x86_64.pkg from https://repo.continuum.io/archive/index.html on os x 10.7.5 Functions correctly. It has Spyder2 that runs by default Python 3.5.1
Upvotes: 1
Reputation: 3691
If there is no info about which version of Anaconda is made for which OS X, you can still guess it by the OS X release dates:
Compare these dates with the Last Modified column of the page you linked, or ask the Anaconda support for more information.
Upvotes: 2