Installation

Requirements

Operating System

  • Ubuntu 18.04

Step

First download Julia package

Please select Current stable release

Generic Linux Binaries for x86

Next:

  1. Go to julia-xxxxxx

  2. Copy julia-xxxxx/bin

  3. 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.

Tutorial

Last updated

Was this helpful?