You are on page 1of 3

(../../../..

(../../../../)

Managing environments

Searching for an environment


Creating a new environment
Using an environment
Cloning an environment
Importing an environment
Removing an environment
Advanced environment management

On the Environments tab, the left column displays your environments.

(../../../../_images/nav-env-tab.png)

Searching for an environment


In the Search Environments box, type all or part of the environment name.

Creating a new environment


1. At the bottom of the environments list, click the Create button.

2. In the Create Environment dialog box, type a descriptive name for the new environment.

3. Select Python, R, or both for a mixed environment.

4. If applicable, choose a Python version for the new environment.

5. Click the Create button.


When you install an R language environment, the https://anaconda.org/r (https://anaconda.org/r)
channel is automatically added and made active and a new channel automatically appears in
 v: latest 
.condarc.
Using an environment
1. In the environments list, click the environment name.

2. Click the arrow button next to the name. The activation options dialog appears.

3. Select one of the following options for opening the environment: terminal, Python interpreter,
IPython Console, or Jupyter Notebook.

i Note

Some of these options may not be available if they were not installed in the environment.

Cloning an environment
1. Click the name of the environment you want to clone.

2. At the bottom of the environments list, click the Clone button.

3. Type a descriptive name for the new environment.

Importing an environment
Each environment has a YAML-formatted configuration file. If someone has given you an
environment file that you want to use, for example my-environment-file.yml, and you have saved it to
your computer, you can import it into Navigator.
1. At the bottom of the environments list, click the Import button.

2. In the Import dialog box, type a descriptive name for the new environment.

3. Click the file folder icon to browse to the YAML file, or type the file name, including its path.

4. Click the Import button.

Removing an environment
1. In the environments list, click the environment you want to remove.

2. At the bottom of the list, click the Remove button.

Advanced environment management


Navigator provides a convenient graphical interface for managing conda environments, channels,
and packages. If you’re comfortable working with Anaconda prompt (terminal on Linux or macOS),
you can access additional, advanced management features. To learn more, see Managing
environments (https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-
environments.html) with conda.

« Creating an R environment and running RStudio (../create-r-environment/)       v: latest 

Managing packages » (../manage-packages/)


Docs Home (../../../../) Anaconda Home More Help & Support
(https://www.anaconda.com/) (https://www.anaconda.com/support)
 2020 Anaconda, Inc. All Rights Reserved. Privacy Policy (https://www.anaconda.com/privacy-policy/)

 v: latest 

You might also like