You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Pkg is loaded, it's not accessible from Main here, so the hint a global variable of this name also exists in Pkg. seems confusing here:
(@v1.12) pkg> instantiate
julia> Pkg
ERROR: UndefVarError: `Pkg` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name also exists in Pkg.
The text was updated successfully, but these errors were encountered:
Although Pkg is loaded, it's not accessible from Main here, so the hint
a global variable of this name also exists in Pkg.
seems confusing here:The text was updated successfully, but these errors were encountered: