Skip to content

Instantly share code, notes, and snippets.

@lockdef
Created August 9, 2020 15:19
Show Gist options
  • Save lockdef/aeb4ee19a0958e7c289be79529277b8e to your computer and use it in GitHub Desktop.
Save lockdef/aeb4ee19a0958e7c289be79529277b8e to your computer and use it in GitHub Desktop.
Julia 1.5.0のインストール方法

How to install julia-1.5.0

Ubuntu

cd ~/Downloads
wget -qO- https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.0-linux-x86_64.tar.gz | tar -xzv
sudo mv ~/Downloads/julia-1.5.0 /opt/
sudo ln -s /opt/julia-1.5.0/bin/julia /usr/local/bin/julia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment