Anaconda console boot fails with zsh environment

Asked 1 years ago, Updated 1 years ago, 100 views

I changed the shell from bash to zsh, but the anaconda console is no longer available.
Launching the console

 //Users/username/.anaconda/navigator/a.tool; exit;
/Users/username/.anaconda/navigator/a.tool:line1:syntax error near unexpected token`('
/Users/username/.anaconda/navigator/a.tool:line1:`bash --init-file<(echo "source activate/Users/username/opt/anaconda3;")'

[Process Completed]

appears.

Tried
Followed https://ts-engine.net/wp/archives/1068 and passed the path.
The conda command is now available, but the output remains the same.

Thank you for your cooperation.

macos anaconda zsh

2022-09-30 17:08

1 Answers

Thank you.Resolved.

Based on the site you indicated in the comments section, I did the following and it worked.

conda init zsh
conda update conda
conda update jupyter


2022-09-30 17:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.