Lorsque j'ai exécuté conda activate
, l'erreur suivante s'est produite, alors notez ce qu'il faut faire à ce moment-là.
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.
IMPORRANT: You may need to close and restart your shell after running 'conda init'.
Exécutez conda init
selon le message d'erreur et redémarrez le terminal, mais une erreur se produit à nouveau.
J'ai lancé conda init zsh
(car mon environnement shell est zsh
) et redémarré le terminal et cela a bien fonctionné.
Sélectionnez la partie zsh
ci-dessus Les shells actuellement pris en charge sont:
pour s'adapter à l'environnement de chaque individu, et réécrivez-le.
Recommended Posts