Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 28, 2023
1 parent 520b775 commit 889cdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function setup_julia_sandbox(config::Configuration, args=``;
# use the provided registry
# NOTE: putting a registry in a non-primary depot entry makes Pkg use it as-is,
# without needing to set Pkg.UPDATED_REGISTRY_THIS_SESSION.
"JULIA_DEPOT_PATH" => "::/usr/local/share/julia",
"JULIA_DEPOT_PATH" => "$(config.home)/.julia:/usr/local/share/julia:",
))

cmd = `$(config.julia_install_dir)/bin/$(config.julia_binary)`
Expand Down

0 comments on commit 889cdcb

Please sign in to comment.