julia install
# How does the last version Julia install in Ubuntu 16.04 or above?
# Wget Magic
# Copy and paste on your favorite linux console :)
sudo pwd && cd ~/Downloads && wget -q -O- https://julialang.org/downloads/ | grep -Po '(?<=href=")[^"]*' | grep https://julialang-s3.julialang.org/bin/linux/x64/ | head -1 | xargs wget -O julia-x86_64.tar.gz && mkdir julia-x86_64 && tar -xvzf julia-x86_64.tar.gz -C julia-x86_64 --strip-components 1 && sudo cp -r julia-x86_64 /opt/ && sudo ln -s /opt/julia-x86_64/bin/julia /usr/local/bin/julia && julia# Windows
choco install julia --confirm
# Mac
brew cask install julia
# Debian/Ubuntu
sudo apt install julia
Also in C++:
- install google chrome on ubuntu
- amazon linux 2 install stress
- anaconda download fro ubuntu20.04
- install yacc on ubuntu
- test internet speed terminal linux
- check arp cache linux
- pushing to github
- how to add filer to git ignore
- git set description branch
- windows add to path
- git stash pop index
- linux install make
- install elasticsearch ubuntu 18.04
- laravel/sail
- install pip for python 2.7 linux
- github claims I have a large file that
- get difference between two git branches
- how to see pip installed packages
- linux set date timezone
- gh create alias
- add user to group arch
- check mongodb installation
- compare repositories github
- how to open directory in linux using command