> For the complete documentation index, see [llms.txt](https://hs764.gitbook.io/cee-5735/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments/zsh.md).

# 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 %}
