From e1770e73301caf0f2db766b53e5da76b3720633f Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sun, 9 Aug 2020 22:40:55 +0800 Subject: [PATCH] print all package information --- julia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia.sh b/julia.sh index 318f085..e2cad30 100755 --- a/julia.sh +++ b/julia.sh @@ -12,7 +12,7 @@ REGISTRY_UPSTREAM="https://github.com/JuliaRegistries/General" REGISTRY="(\"$REGISTRY_NAME\", \"$REGISTRY_UUID\", \"$REGISTRY_UPSTREAM\")" julia -e "using InteractiveUtils; versioninfo(); @show DEPOT_PATH LOAD_PATH" -julia -e "using Pkg; Pkg.status(\"StorageMirrorServer\")" +julia -e "using Pkg; Pkg.status()" # For more usage of `mirror_tarball`, please refer to # https://github.com/johnnychen94/StorageMirrorServer.jl/blob/master/examples/gen_static_full.example.jl