From c0adf2de189cf4df07bdeefe2cb0237e94008280 Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Fri, 12 Jul 2019 14:04:41 +0200
Subject: [PATCH] #97 tox-conda #94 use miniconda instead of anaconda

---
 getting_started/getting_started.bat | 2 +-
 getting_started/getting_started.sh  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/getting_started/getting_started.bat b/getting_started/getting_started.bat
index 10a5d4f3..ce3fcb66 100644
--- a/getting_started/getting_started.bat
+++ b/getting_started/getting_started.bat
@@ -6,8 +6,8 @@ cd %FLATLAND_BASEDIR%
 
 call conda install -y -c conda-forge tox-conda || goto :error
 call conda install -y tox || goto :error
+call tox -v  --recreate || 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 fb366bb3..db9e79bd 100644
--- a/getting_started/getting_started.sh
+++ b/getting_started/getting_started.sh
@@ -8,4 +8,5 @@ cd ${FLATLAND_BASEDIR}
 
 conda install -y -c conda-forge tox-conda
 conda install -y tox
+tox -v
 tox -v -e start_jupyter &
-- 
GitLab