fixing erroneous statement left from debugging

This commit is contained in:
2019-09-09 17:22:57 +02:00
parent 9e2060c297
commit 389ea8acfe

View File

@@ -83,7 +83,7 @@ switch [module-info mode] {
# is not aware that the above bash statements will have modified the path
# upon the eval that is done by the outer "module" function.
puts stdout {PATH=$(echo $PATH| tr ':' '\n' | grep -v "$mydel" | tr '\n' ':'); export PATH=${PATH%:};}
puts stdout {PATH=$(echo $PATH| tr ':' '\n' | grep -v "$PREFIX/conda/condabin" | tr '\n' ':'); export PATH=${PATH%:};}
# remove the conda function definitions
unsetenv __conda_activate