logo

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

How to Install the Latest Version of Julia on Windows

Guide

Julia Version After 1.10

alt text

In the terminal, enter the command winget install julia -s msstore as shown above.

Julia Version Before 1.10

Step 1. Install Julia

1 2

Download and run the installation file from the Julia Downloads Page.


Step 2. Install VS Code

3

Download and run the installation file from the Visual Studio Code Download Page.


Step 3. Install Julia Extension

4

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

5

Click Install to proceed with the installation.

6

Create a file with the extension .jl in the editor, write Julia code, and test it by running the code using Shift + Enter. In the screenshot above, only one line println(helloworld) was written to print “helloworld”.

Environment

  • OS: Windows
  • julia: v1.5.4