How to Check Package Versions in Julia
Guide
For example, let’s check the version of the Plots.jl
package. Press the ]
key in the REPL to enter the package mode. Here, if you type status foo
, you can check the version of the foo
package as follows.
Environment
- OS: Windows
- julia: v1.6.3