
sudo ln -s /opt/julia-1.5.2/bin/julia /usr/local/bin/juliaĭone! Now Julia is already installed and working in your machine. This will allow you to run the command “julia” in your terminal and start the Julia REPL. sudo mv julia-1.5.2/ /opt/įinally, create a symbolic link to the Julia binary file. Now, we move this folder to “/opt” (this is not strictly necessary, you can use any other location in your machine). You now have a folder with all the Julia files. Next, go on your terminal and unzip the downloaded file. Then, the Julia Language will be donwloaded (most likely to your Download directory). Donwload Julia by clicking on the “64-bit” inside the red square Go to the “ Current stable release” table, and click on the link shown in the image below. There, several ways to run Julia are shown. From the Website (recommended)įirst, go to the Julia website download page. So this is not the method I recommend! 2. In the time I’m writing this article, the Ubuntu repository contains the version 1.0.4 for Julia, while the current stable version is 1.5.2. The problem with this method is that you don’t get the latest stable version for Julia.
USE JULIA IN JUPYTER NOTEBOOK TUTORIAL INSTALL
Just open the terminal and run sudo apt-get install julia This is the first way, and it is the easiest.

As anything on Linux, there are several ways to do the installation. Installing Julia on Ubuntu is very straightforward.

USE JULIA IN JUPYTER NOTEBOOK TUTORIAL HOW TO
Re-posted from: A quick tutorial on how to install Julia on Ubuntu and add the kernel to Jupyter
