Skip to content

Commit 8c3d730

Browse files
authored
Merge pull request #4 from zengmao/juliaup_comment
Comment on julia installation location with juliaup installer
2 parents 7df622e + 8e5d7f3 commit 8c3d730

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/user_faq.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Yes, absolutely. You **do not** need root privileges to install Julia and its pa
2525

2626
[_**back to Content**_](#content)
2727

28+
## Julia installed from juliaup not found in a non-interactive job
29+
30+
The installation path of the `julia` executable will be added to your `~/.bashrc` by [juliaup](https://github.com/JuliaLang/juliaup). If the job scheduler does not load `.bashrc` in non-interactive jobs, you must use the full path to `julia` in your job script. You can find out the full path by starting the Julia REPL and typing `Sys.BINDIR`. By default, it should be `~/.juliaup/bin/julia`.
31+
32+
[_**back to Content**_](#content)
33+
2834
## Where should I put the Julia depot?
2935

3036
Ideally, you should set `JULIA_DEPOT_PATH` to point to a place with the following properties:
@@ -136,4 +142,4 @@ By default, Julia uses many parallel tasks during precompilation. On the login n
136142

137143
Yes, at least for CUDA.jl. See [this part](https://cuda.juliagpu.org/stable/installation/overview/#Precompiling-CUDA.jl-without-CUDA) of the CUDA.jl documentation.
138144

139-
[_**back to Content**_](#content)
145+
[_**back to Content**_](#content)

0 commit comments

Comments
 (0)