From 389ea8acfe37294658c8ba475dbce97aadab424e Mon Sep 17 00:00:00 2001 From: Derek Feichtinger Date: Mon, 9 Sep 2019 17:22:57 +0200 Subject: [PATCH] fixing erroneous statement left from debugging --- Programming/anaconda/modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming/anaconda/modulefile b/Programming/anaconda/modulefile index 763a912..fc8b0ab 100644 --- a/Programming/anaconda/modulefile +++ b/Programming/anaconda/modulefile @@ -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