# Managing conda environments

### What is an environment?

An environment is a directory containing installed packages. Having separate environments allows us to compartmentalize projects and manage package dependencies.

### Packages & libraries for this class

* [Numpy](https://numpy.org/doc/)
* [Matplotlib](https://matplotlib.org)
* [FEniCS](/cee-5735/fenics/docker.md)&#x20;
* [Tensorflow/Keras](/cee-5735/machine-learning-libraries/tensorflow-and-keras.md)
* [Pytorch](/cee-5735/machine-learning-libraries/pytorch.md)
* [Scikit-learn](/cee-5735/machine-learning-libraries/scikit-learn.md)

### Managing environments

There are several ways to use conda to manage environments. The simplest is to use the GUI (Anaconda Navigator) that comes with your Anaconda installation. If you are more comfortable with command lines, you can directly use terminal, which is a lot faster.

{% content-ref url="/pages/-MIB8FXZQ8sUJkgffiia" %}
[Using Navigator](/cee-5735/anaconda/managing-conda-environments/using-navigator.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MIB7dvNsZad7bGOWBjg" %}
[Using Terminal](/cee-5735/anaconda/managing-conda-environments/using-terminal.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
