#!/bin/bash ######################################################## # Use this script to customize the applications you need # Un-comment the corresponding lines if you need some # of the listed default script engines ######################################################## ############################### # Prepare script engines ############################### # Python3 #curl -O https://bootstrap.pypa.io/get-pip.py #python3 get-pip.py #python3 /usr/local/bin/pip install py4j #python3 /usr/local/bin/pip install numpy apt-get install -y python3-virtualenv python3-venv python3-dev # R #apt-get install -y libssl-dev libcurl4-openssl-dev #echo "deb http://cran.univ-paris1.fr/bin/linux/debian jessie-cran34/" >> /etc/apt/sources.list #apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF' #apt-get install -y r-base r-cran-rjava #Rscript --slave --no-save --no-restore-history -e "install.packages(c('gtools','stringr','devtools'), repos=c('http://www.freestatistics.org/cran/'))" # Scilab #sudo apt-get install -y scilab # OpenMPI #apt-get install -y mpi-default-bin # VNC and GnuPlot apt-get install -y vnc4server gnuplot jwm ############################### # Insert your code here ###############################