We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616b68 commit f310759Copy full SHA for f310759
1 file changed
bin/run_julia
@@ -5,6 +5,7 @@ if [[ $(basename $(pwd)) == "bin" ]]; then
5
fi
6
7
export NO_AT_BRIDGE=1
8
+export JULIA_PKG_SERVER_REGISTRY_PREFERENCE=eager
9
10
if [[ "$(uname -s)" == "Darwin" ]]; then
11
# Avoid Tk backend issues on macOS (e.g. non-responsive close button in PyPlot windows).
0 commit comments