Created
January 14, 2014 18:14
-
-
Save Keno/8422936 to your computer and use it in GitHub Desktop.
IJulia install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:staticfloat/julia-deps -y | |
sudo add-apt-repository ppa:staticfloat/julianightlies -y | |
sudo apt-get update | |
sudo apt-get install julia python-pip python-dev libfreetype6-dev libpng12-dev | |
sudo pip install jinja2 tornado pyzmq numpy matplotlib ipython | |
julia -e 'Pkg.init(); Pkg.add("IJulia"); Pkg.checkout("IJulia"); Pkg.add("PyPlot"); Pkg.add("Gadfly");' | |
mkdir ~/.ipython/profile_default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment