Installation#

This topic explains how to install or uninstall Anaconda Navigator.

System requirements

Navigator supports the same operating systems as Anaconda Distribution. These include:

  • Windows 10 x86_64 or newer

  • macOS 10.14+, 64-bit

  • Ubuntu 18+/Centos7+, 64-bit

The most current installation of Navigator also supports Python versions 2.7 and 3.8+.

Installing Navigator#

Navigator is automatically installed when you install Anaconda Distribution version 4.0.0+.

If you have Miniconda or a version of Anaconda Distribution older than 4.0.0 installed, you will need to manually install Navigator. To do this:

  1. Open a terminal application (Anaconda Prompt on Windows).

  2. Run the following command:

    conda install anaconda-navigator
    

For more information on using Navigator, see the Getting started section of this documentation.

Using Navigator in offline mode?

To use Navigator in online mode, you must be able to reach the following sites:

If necessary, add these URLs to an allowlist in your network’s firewall settings.

Uninstalling Navigator#

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.