after replacing bash with zsh shell. Conda not works. It seams to be small bug and could be fixed with following commands:
$ conda update conda
$ conda init zsh
$ source ~/.zshrc
and also give hints to update all ubuntu users to update their zsh profiles, so that the applications installed on bash or snap will work fine in zsh shell.
I made the following update in the /etc/zsh/zprofile file
# in /etc/zsh/zprofile
emulate sh -c 'source /etc/profile'
so that, bash applications are callable from zsh too.
and, it would be better to update these infos in ubuntu.md
after replacing bash with zsh shell. Conda not works. It seams to be small bug and could be fixed with following commands:
$ conda update conda
$ conda init zsh
$ source ~/.zshrc
and also give hints to update all ubuntu users to update their zsh profiles, so that the applications installed on bash or snap will work fine in zsh shell.
I made the following update in the /etc/zsh/zprofile file
# in /etc/zsh/zprofile
emulate sh -c 'source /etc/profile'
so that, bash applications are callable from zsh too.
and, it would be better to update these infos in ubuntu.md