Created
January 20, 2022 13:14
-
-
Save fonsp/1996462760f940d8676c3cb9c349e45e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ registries ls | |
General General.tar.gz General.toml PlutoPackages | |
➜ registries rm -r * | |
zsh: sure you want to delete all 4 files in /Users/fons/.julia/registries [yn]? y | |
➜ registries ls | |
➜ registries # no registries | |
➜ registries julia16 | |
_ | |
_ _ _(_)_ | Documentation: https://docs.julialang.org | |
(_) | (_) (_) | | |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 1.6.1 (2021-04-23) | |
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release | |
|__/ | | |
(@v1.6) pkg> add HypertextLiteral | |
Resolving package versions... | |
Installing known registries into `~/.julia` | |
Added registry `General` to `~/.julia/registries/General` | |
julia version requirement for package `MinionsREPL [4ed1492a]` not satisfied | |
Installed ImageMagick_jll ─ v6.9.12+2 | |
Installed Ghostscript_jll ─ v9.55.0+0 | |
( ... output truncated ... ) | |
(@v1.6) pkg> | |
➜ registries ls | |
General | |
➜ registries ls -a General | |
. C J Q W | |
.. CONTRIBUTING.md K R X | |
.ci D L README.md Y | |
.github E LICENSE.md Registry.toml Z | |
.gitignore F M S | |
.tree_info.toml G N T | |
A H O U | |
B I P V | |
➜ registries julia17 | |
_ | |
_ _ _(_)_ | Documentation: https://docs.julialang.org | |
(_) | (_) (_) | | |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 1.7.0 (2021-11-30) | |
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release | |
|__/ | | |
(@v1.7) pkg> add HypertextLiteral | |
Updating registry at `~/.julia/registries/General` | |
Resolving package versions... | |
Downloaded artifact: ImageMagick | |
Downloaded artifact: Ghostscript | |
No Changes to `~/.julia/environments/v1.7/Project.toml` | |
Updating `~/.julia/environments/v1.7/Manifest.toml` | |
[61579ee1] + Ghostscript_jll v9.55.0+0 | |
[c73af94c] ↑ ImageMagick_jll v6.9.12+1 ⇒ v6.9.12+2 | |
Precompiling project... | |
7 dependencies successfully precompiled in 9 seconds (352 already precompiled, 1 skipped during auto due to previous errors) | |
julia> haskey(ENV, "JULIA_PKG_SERVER") | |
false | |
julia> | |
➜ registries ls | |
General | |
➜ registries julia17 | |
_ | |
_ _ _(_)_ | Documentation: https://docs.julialang.org | |
(_) | (_) (_) | | |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |
| | | | | | |/ _` | | | |
| | |_| | | | (_| | | Version 1.7.0 (2021-11-30) | |
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release | |
|__/ | | |
(@v1.7) pkg> registry add | |
Installing known registries into `~/.julia` | |
(@v1.7) pkg> | |
➜ registries ls | |
General General.tar.gz General.toml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment