From fb0fae8d8ce0534103cae14b0893ca2cc00b70a5 Mon Sep 17 00:00:00 2001
From: farid <farid.mohammadi@iws.uni-stuttgart.de>
Date: Mon, 10 May 2021 15:37:46 +0200
Subject: [PATCH] [configure] replaced python with python3.

---
 configure.sh | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/configure.sh b/configure.sh
index 238548888..685ced59d 100755
--- a/configure.sh
+++ b/configure.sh
@@ -1,14 +1,15 @@
 #!/bin/bash
 # Use the newest version of python3
 pip3 install pip --upgrade --user
-python -m pip install numpy --user
-python -m pip install pandas --user
-python -m pip install matplotlib --user
-python -m pip install seaborn --user
-python -m pip install scikit-learn --user
-python -m pip install tqdm --user
-python -m pip install chaospy --user
-python -m pip install emcee --user
-python -m pip install tables --upgrade --user
-python -m pip install h5py --user
+python3 -m pip install numpy --user
+python3 -m pip install pandas --user
+python3 -m pip install matplotlib --user
+python3 -m pip install seaborn --user
+python3 -m pip install scikit-learn --user
+python3 -m pip install tqdm --user
+python3 -m pip install chaospy --user
+python3 -m pip install emcee --user
+python3 -m pip install tables --upgrade --user
+python3 -m pip install corner --user
+python3 -m pip install h5py --user
 #python -m pip install pickle5 --user
-- 
GitLab