Installation
This topic explains how to install or uninstall Anaconda Navigator.
On this page:
Operating systems: Navigator supports the same operating systems that
the Anaconda Distribution supports. These include:
- Windows 10 x86_64 or newer
- macOS 10.14+, 64-bit
- Ubuntu 14+/Centos7+, 64-bit
The most current installation of Navigator also supports Python versions 2.7 and 3.5+.
Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or higher.
If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, install Navigator from Anaconda Prompt, Terminal, or other command line interface by running the command conda install anaconda-navigator
.
For more information on using Navigator, see the Getting started section of this documentation.
To use Navigator in online mode, you must be able to reach these sites, so you may need to add them to an allowlist in your network’s firewall settings.
If you’re an Enterprise tier subscriber, you can configure
Navigator to search for packages in your local Anaconda Repository
instead of searching on Anaconda.org.
To configure Navigator to search in a local Anaconda Repository:
Open the Preferences dialog from the top menu bar. In Windows,
this is the File menu. In macOS, it is either the Anaconda Navigator
or python menu, depending on your launch method.
In the Anaconda API domain field, type the address of your local
Anaconda Repository.
Click Apply.
At the top of the Navigator window, click Connect.
In the Connect dropdown, click Sign in for your preferred repository.
Follow the instructions in the dialog box that appears to finish connecting Navigator to your repository.
Once you have become an Anaconda Cloud member, you can sign in to Anaconda Cloud from Navigator. This allows you to back up your environments to the cloud and import them at a later time. You also gain access to even more data tools.
To connect Navigator to Anaconda Cloud:
At the top of the Navigator window, click Connect.
In the Connect dropdown, click Sign in by Anaconda Cloud.
Enter your email address and password.
Click Sign in.
To uninstall Anaconda Navigator, open the Anaconda Prompt (Terminal on macOS or Linux), and enter the following command:
conda remove anaconda-navigator
For instructions on uninstalling all of Anaconda Distribution, see Uninstalling Anaconda Distribution.