From 42fa09f0fc8674f4a9ae03a51c6933b412d10bc5 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Fri, 12 Jul 2019 16:20:56 +0200 Subject: [PATCH] #97 tox-conda #94 use miniconda instead of anaconda --- getting_started/getting_started.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/getting_started.sh b/getting_started/getting_started.sh index db9e79bd..6d94bc9c 100644 --- a/getting_started/getting_started.sh +++ b/getting_started/getting_started.sh @@ -3,7 +3,7 @@ set -e # stop on error set -x # echo commands -FLATLAND_BASEDIR=$(dirname "$0")/.. +FLATLAND_BASEDIR=$(dirname "$BASH_SOURCE")/.. cd ${FLATLAND_BASEDIR} conda install -y -c conda-forge tox-conda -- GitLab