# # Python Installation (incl. Jupyter) # (c) Dr Yves J Hilpisch # The Python Quants GmbH # # A FEW SYSTEM TOOLS # ADD THINGS YOU WANT TO USE (e.g. Git) apt-get install htop unzip -y apt-get autoremove # INSTALL MINICONDA wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O Miniconda.sh bash Miniconda.sh -b rm Miniconda.sh export PATH="$HOME/miniconda2/bin:$PATH" cat >> ~/.profile <