# Issues using zsh shell

### 1. Append path to .zsh

Open .bash\_profile from terminal:

```
$ open ~/.bash_profile
```

Copy snippet after  `>>> conda initialize >>>`. Open .zshrc:

```
$ open ~/.zshrc
```

Paste the snippet at the bottom and save. Restart terminal.&#x20;

### 2. Switch to bash&#x20;

Although not a satisfying solution, you could temporarily switch to bash when you are using Anaconda.

```bash
# Switch to bash
$ chsh -s /bin/bash
# Switch back to zsh
$ chsh -s /bin/zsh
```

### Go back to previous page:

{% 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/zsh.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.
