Installation
Requirements
Operating System
Ubuntu 18.04
Step
First download Julia package
Please select Current stable release
Generic Linux Binaries for x86
Next:
Go to julia-xxxxxx
Copy julia-xxxxx/bin
Open a terminal
sudo nano /etc/environment
4. Go at the end of the text and add the following.
PATH="/usr/local/sbin.............................:/home/user/Downloads/julia-xxxx"
add " : " and past what is in clipboard
5. Then save the file (Ctrl+o) and exit (Ctrl+x)
6.
export PATH=PATH:/home/user/Downloads/julia-xxxx
Verification
Type
julia -version
julia version 1.1
You can follow a video to know better this steps.
Last updated
Was this helpful?