This commit is contained in:
Andrew Christianson
2024-09-25 20:09:26 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ if [ -d "${prefix}/conda-meta" ] ||
shopt -s nullglob
case "${shell}" in
fish )
: # conda doesn't support fish
echo "set -e CONDA_PREFIX"
;;
* )
for script in "${prefix}/etc/conda/deactivate.d"/*.sh; do