|
|
|
@ -19,7 +19,7 @@ for shim in $(cat "${BASH_SOURCE%/*}/conda.d/"*".list" | sort | uniq | sed -e 's |
|
|
|
fi |
|
|
|
done |
|
|
|
shopt -u nullglob |
|
|
|
eval "conda_shim(){ case \"\$1\" in ${shims[@]} *)return 1;;esac;}" |
|
|
|
eval "conda_shim(){ case \"\${1##*/}\" in ${shims[@]} *)return 1;;esac;}" |
|
|
|
|
|
|
|
# override `make_shims` to avoid conflict between pyenv-virtualenv's `envs.bash` |
|
|
|
# https://github.com/pyenv/pyenv-virtualenv/blob/v20160716/etc/pyenv.d/rehash/envs.bash |
|
|
|
|