본문 바로가기

CS+/설치

install julia in ubuntu 18.04 (20200524)

hi, today i'm going to install julia in ubuntu 18.04. 

it's very easy. 

so, you don't have to worry about it. 

let's get it started.

 

first of all, go to the following the site. 

 

 

julialang.org/downloads/

 

The Julia Language

Official website for the Julia programming language

julialang.org

 

 

and then, you can see the this scene. (below capture)

 

I think you'll wonder what's best version based on today.(20200524) 

I don't know what's the best version. So, I was thinking like a python installation.

The latest version of Python is 3.8. but, many python developer don't recommend the version. 

That's because it has an issue of library dependency.

So I thought the same way. i chose v1.0.5 julia version.

{ Generic LInux Binaries for x86 -> 64-bit(GPG) }

And then there is an one more thing. 

I am beginner in julia. 

Anyway, you can choose what you want.

 

 

# unzip your install file.

 

# Copy the extracted folder to /opt

 

# Finally, create a symbolic link to julia inside the /usr/local/bin folder:

 

# Finally, you can test your installation by re-opening a terminal and typing:

 

it'done. 

I'll check if it works.

 

lol. 

It took less than 20 minutes.

 

 

next time, i'll install Ruby in my linux. 

Actually, it's over already.

 

 

### reference

 

https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu

 

How To Install Julia on Ubuntu

Introduction

ferrolho.github.io