Verifying your installation#
Once you have installed Anaconda Distribution, Anaconda Navigator should open automatically if the installation is successful. Anaconda Navigator is a graphical user interface (GUI) that is automatically installed with Anaconda Distribution.
Using conda to verify manually#
If you prefer using a command line interface (CLI), use conda to verify the installation.
Access the CLI for your operating system:
Search for “Anaconda Prompt” in the taskbar search.
Select Anaconda Prompt.
Use Cmd+Space to open Spotlight Search.
Type “Terminal” and press return to open.
In most Linux distributions, use Ctrl+Alt+T to open a 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 installation was successful by running one of the following commands:
conda list
- If Anaconda Distribution is installed successfully, this displays a list of packages installed in your active environment and their versions.anaconda-navigator
- If Anaconda Distribution is installed successfully, Anaconda Navigator opens.
Problems?#
If you encounter any errors, see the following resources:
Troubleshooting guide for general troubleshooting
Help and support for resources such as community support and bug reports