From 9f5cb47afb205a1373d8494bbb4b507ddf886027 Mon Sep 17 00:00:00 2001 From: Jeremy Auguste <jeremy.auguste@lis-lab.fr> Date: Mon, 29 Jul 2019 16:42:54 +0200 Subject: [PATCH] Updated to conda instead of source --- pylauncher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylauncher.sh b/pylauncher.sh index cbae654..dcf3f03 100755 --- a/pylauncher.sh +++ b/pylauncher.sh @@ -35,7 +35,7 @@ done environment="$1" shift 1 -source activate $environment +conda activate $environment if [[ $environment =~ ^keras.* || $environment =~ ^pytorch.* ]]; then export CUDA_HOME=$cuda_path -- GitLab