logo

How to Install the Latest Version of Julia on Windows 📂Julia

How to Install the Latest Version of Julia on Windows

Guide

Step 1. Install Julia

1 2

Download the installation file from the Julia download page and run it.


Step 2. Install VS Code

3

Download the installation file from the Visual Studio Code download page and run it.


Step 3. Install Julia Extension

4

Open Extensions by clicking on the fifth icon from the left or pressing Ctrl + Shift + X. Search for ‘julia’ and Julia Language Support will appear at the top.

5

Click Install to install it.

6

Create a file with the .jl extension in the editor, write Julia code, and try running it in full by pressing Shift + Enter. The screenshot above has only one line, println(helloworld), to print out “helloworld”.

Environment

  • OS: Windows
  • julia: v1.5.4