Suite à Utilisation du Jupyter Notebook d'Anaconda installé avec pyenv avec zsh (bug corrigé), un mémorandum d'essai et d'erreur pour l'utilisation de Jupyter Notebook avec Zsh est résumé. Garde le.
$ conda info -e
, vous ne pouvez pas l'activer avec $ conda activate <nom de l'environnement virtuel>
.Mac OS Mojave
Terminal
$ conda activate <Nom de l'environnement virtuel>
Le message d'erreur renvoyé
Terminal
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
Terminal
$ conda init <SHELL_NAME>* Cette fois, "zsh"
Terminal
$ exec $SHELL -l
Lorsque j'ai redémarré le shell, l'invite était «(base) $ conda deactivate
.
Recommended Posts