Skip to content

zsh with conda #6

@Gawasinspire

Description

@Gawasinspire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions