From 57f93344c3b120e51d12c258636d93deadd2f98d Mon Sep 17 00:00:00 2001 From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de> Date: Wed, 4 Oct 2017 13:13:55 +0000 Subject: [PATCH] added python3 packages to linuxparty.sh --- scripts/linuxparty.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh index a4004fa..399bd07 100644 --- a/scripts/linuxparty.sh +++ b/scripts/linuxparty.sh @@ -59,10 +59,17 @@ PH_PKGS=(\ "TRUE" "python-scipy" "Bibliothek für scientific computing" \ "TRUE" "python-matplotlib" "Schnittstelle zum Plotten mit Python" \ "TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \ -"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \ -"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \ "TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \ "TRUE" "spyder" "Python IDE (die, die in Anaconda benutzt wird)" \ +"TRUE" "python3-numpy" "Numeric Bibiliothek für Python (Python 3)" \ +"TRUE" "python3-simpy" "Simulationsframework für Python (Python 3)" \ +"TRUE" "python3-scipy" "Bibliothek für scientific computing (Python 3)" \ +"TRUE" "python3-matplotlib" "Schnittstelle zum Plotten mit Python (Python 3)" \ +"TRUE" "ipython3" "Interaktiver Python Interpreter mit Tab-Vervollständgung (Python 3)" \ +"TRUE" "bpython3" "Ein weiterer interaktiver Python Interpreter (Python 3)" \ +"TRUE" "spyder3" "Python IDE (die, die in Anaconda benutzt wird) (Python 3)" \ +"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \ +"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \ ) IF_PKGS=(\ -- GitLab