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:
Start the regular Julia repl.
Press
]
key. This will change the prompt:(@v1.6) pkg>
You can now perform package commands. See Resources for what you can do there.
To exit the package repl, press the backspace key.
Resources: