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
-**Authentication file**: Automatically creates `$JULIA_DEPOT_PATH/servers/<server>/auth.toml` (or `~/.julia/servers/<server>/auth.toml` if `JULIA_DEPOT_PATH` is not set)
228
+
-**Depot path detection**: Respects `JULIA_DEPOT_PATH` environment variable, uses first path if multiple are specified
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ jh run -- --project=. --threads=4 script.jl
270
270
```
271
271
272
272
Note: Arguments after `--` are passed directly to Julia. The `jh run` command:
273
-
1. Sets up JuliaHub credentials in `~/.julia/servers/<server>/auth.toml`
273
+
1. Sets up JuliaHub credentials in `$JULIA_DEPOT_PATH/servers/<server>/auth.toml` (or `~/.julia/servers/<server>/auth.toml` if `JULIA_DEPOT_PATH` is not set)
0 commit comments