Skip to content
moqsien edited this page Jan 21, 2024 · 2 revisions

This command helps you with julia version management.

See julia homepage.

moqsien@moqsiendeiMac ~ % g J -h
Julia related CLIs.

Usage:
   julia [command]

Aliases:
  julia, jl, J

Available Commands:
  local         Shows installed versions.
  remote        Shows available versions from remote website.
  remove        Removes a specified version.
  remove-unused Removes installed versions except the one currently in use.
  use           Downloads and switches to the specified version.

Flags:
  -h, --help   help for julia

Use " julia [command] --help" for more information about a command.