From a88f36a2fb72eb9e5bc0ef4f867ed079b9fa880a Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sat, 3 Oct 2020 19:07:24 +0100 Subject: [PATCH] .. --- script/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/install b/script/install index 2501729..4fb75aa 100644 --- a/script/install +++ b/script/install @@ -289,6 +289,9 @@ echo "path_conda = $path_conda" # activate conda export PATH="$path_conda/bin:$PATH" +$condaexec init bash +source "`realpath ~/.bashrc`" + source "$path_conda/etc/profile.d/conda.sh"