Guru's Verification engine ensures consistency, confidence, and trust in the knowledge your organization shares. Learn more.

Julia | How to start the package repl

Like most other major programming languages, Julia has a package manager that helps the user install new packages and keep track of package dependencies in projects.

Julia's package manager is operated through its own repl. Here is how to start it:

  1. Start the regular Julia repl.

  2. Press ] key. This will change the prompt:
    (@v1.6) pkg>

  3. You can now perform package commands. See Resources for what you can do there.

  4. To exit the package repl, press the backspace key.

Resources:

[1] https://pkgdocs.julialang.org/v1/

You must have Author or Collection Owner permission to create Guru Cards. Contact your team's Guru admins to use this template.