Julia Installation

In this tutorial you will learn about the Julia Installation and its application with practical example.

Julia Installation

Installing Julia In Windows

In order to setup Julia Programming development environment you need to have Julia installed, so if you don’t have it installed, check the following instruction to get Julia Language installed. If you’ve already have installed Julia Language in your system, you can skip this part.

Step 1:- Download the Julia Setup from the official Julia Language website, link given below –

Step 2:- Run the installer (the .exe file you downloaded in the previous step.)

julia-windows-installation-1

Step 3:- Follow the installation wizard to install Julia.

julia-windows-installation-2

Step 4:- Select the Installation path and click next.

julia-windows-installation-3

julia-windows-installation-4

Step 5:- Now, you can open the Julia GUI from here –

julia-windows-installation-5-1

julia-windows-installation-5

Step 6:- If you want to execute Julia Script from command prompt, “C:\julia\Julia-1.0.2\bin” has to be added to environment variables in advanced system properties.

Step 7:- Now, lets open the terminal and run the following command in order to verify the Julia installation.

julia-windows-installation-6

Installing Julia on Ubuntu

You can run the following commands on a Ubuntu system to install Julia –

In this tutorial we have learn about the Julia Installation and its application with practical example. I hope you will like this tutorial.