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
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
© 2024 OneMinuteCode. All rights reserved.