From 7c740e61427b6f1612c21d61ad30c3b0819f6072 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Thu, 11 Jul 2019 14:58:56 +0200 Subject: [PATCH] #97 tox-conda #94 use miniconda instead of anaconda --- getting_started/getting_started.bat | 2 +- getting_started/getting_started.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/getting_started/getting_started.bat b/getting_started/getting_started.bat index c536cc21..10a5d4f3 100644 --- a/getting_started/getting_started.bat +++ b/getting_started/getting_started.bat @@ -7,7 +7,7 @@ cd %FLATLAND_BASEDIR% call conda install -y -c conda-forge tox-conda || goto :error call conda install -y tox || goto :error call tox -v -e start_jupyter --recreate || goto :error - +rem call tox -v -e start_jupyter || goto :error goto :EOF diff --git a/getting_started/getting_started.sh b/getting_started/getting_started.sh index 0e63b083..fb366bb3 100644 --- a/getting_started/getting_started.sh +++ b/getting_started/getting_started.sh @@ -3,9 +3,7 @@ set -e # stop on error set -x # echo commands -# https://stackoverflow.com/questions/4774054/reliable-way-for-a-bash-script-to-get-the-full-path-to-itself FLATLAND_BASEDIR=$(dirname "$0")/.. -FLATLAND_BASEDIR=$(realpath "$FLATLAND_BASEDIR") cd ${FLATLAND_BASEDIR} conda install -y -c conda-forge tox-conda -- GitLab