LogoLogo
Computing Skills
Computing Skills
  • Introduction
  • File Directory Structures
  • Text Editors
  • GitHub
  • Unix
  • Julia
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expressions
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • DataFrames
    • JuliaPlots
    • ScikitLearn.jl
    • JuliaStats
    • Exercises
  • Python
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expressions
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • Data Frames and Data Manipulation
  • R
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expression
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • DataFrames
    • Data Analysis and Manipulation
Powered by GitBook
On this page
Export as PDF
  1. Julia

Installation

PreviousJuliaNextREPL

Last updated 6 months ago

Instructions for installing Julia on macOS and Windows operating systems can be found .

Package managers such as (macOS and Linux) and (Windows) can be used to facilitate installation.

For most users, it is recommended to download the current stable release from .

Some developers might wish to use a different version, or to switch between versions. For this, the can be useful.

Julia is also available for use in Brown's :

  • Oscar (for high-performance computing)

  • Stronghold (for secure computing)

Resources

here
Homebrew
Chocolatey
https://julialang.org/downloads/
Juliaup version manager
Computing Environments
Julia Documentation: Installation