Open HenrikBengtsson opened 2 years ago
The first step to support Zsh would be to create a Zsh version of Bash script https://github.com/HenrikBengtsson/conda-stage/blob/develop/bin/conda-stage.sh. If you're savvy with Zsh, please consider contributing a Zsh version of this.
Issue
is not supported by
zsh
. There are a few reasons for this, one being thatconda-stage --source
generates a Bash script that rely on Bash-specific environment variables, e.g.BASH_SOURCE
.