Using Anaconda Distribution in a commercial setting?
Using Anaconda Distribution in a commercial setting?
- You might need to purchase a license to stay compliant with our Terms of Service.
- If your company security policies do not allow admin privileges for end users, you will be unable to install Anaconda Distribution manually. Consider requesting that your IT admin add Anaconda Distribution to a software delivery or fleet management system (such as Kandji, Jamf, etc.).
Installation steps
-
Navigate to anaconda.com/download, register with Anaconda, and select 64-Bit (Apple silicon) Graphical Installer under Anaconda Distribution.
As of August 15, 2025, Anaconda has stopped building packages for Intel Mac computers (osx-64). Existing Intel (
MacOSX-x86_64) installers are still available at https://repo.anaconda.com/archive/, but new installers will no longer be created for Intel Macs. For more information, see our blog on the end of Intel mac support. -
Double-click the
.pkgfile. - View the Read Me instructions and select Continue.
- View Anaconda’s Terms of Service (TOS) at https://anaconda.com/legal. If you agree to the terms, select Continue, then select Agree.
- Choose an install location:
-
Select Install. When the installation finishes, open your terminal application.
You should see
(base)in the command line prompt. This tells you that you’re in your base conda environment. To learn more about environments, see Environments.
Verify your install
You can verify your installation was successful using Anaconda Navigator or a terminal application.What’s next?
- Get started with Anaconda Navigator to manage your environments and packages using a visual interface.
- Follow the Intro to conda workflows tutorial to learn how to create and manage your first conda environments.
- Get familiar with key concepts like packages, environments, and channels that form the foundation of working with conda.