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
$ julia -e 'using Pkg; Pkg.status()'
Status `/tmp/tmp.SiJMetkns6/Project.toml`
→ [7876af07] Example v0.5.3
→ [2535ab7d] JSON2 v0.3.2
→ [0f8b85d8] JSON3 v1.5.1
→ [98b081ad] Literate v2.7.0
Info packages marked with → not downloaded, use `instantiate` to download
$ julia -e 'using Pkg; Pkg.instantiate()'<ENTER>
After the Enter the input terminal line is overwritten and the result is
$ julia -e 'using Pkg; Pkg.status()'
Status `/tmp/tmp.SiJMetkns6/Project.toml`
→ [7876af07] Example v0.5.3
→ [2535ab7d] JSON2 v0.3.2
→ [0f8b85d8] JSON3 v1.5.1
→ [98b081ad] Literate v2.7.0
Info packages marked with → not downloaded, use `instantiate` to download
Installed JSON ──────── v0.21.1
The text was updated successfully, but these errors were encountered:
With
After the Enter the input terminal line is overwritten and the result is
The text was updated successfully, but these errors were encountered: