Adding Julia to PATH on Windows

No need to add Julia to PATH in order to access it in VS code or Jupyter.

If you installed Julia into a standard location on Mac or Windows, or if the Julia binary is on your PATH , the Julia VS Code extension automatically finds your Julia installation.
Getting Started · Julia in VS Code

But if you want to use Julia in the command line on Windows 10 (e.g., for convenient tests and documentation), you may refer to the following link

2 Likes