Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion website/user_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Yes, absolutely. You **do not** need root privileges to install Julia and its pa

[⤴ _**back to Content**_](#content)

## Julia installed from juliaup not found in a non-interactive job

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`.

[⤴ _**back to Content**_](#content)

## Where should I put the Julia depot?

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

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.

[⤴ _**back to Content**_](#content)
[⤴ _**back to Content**_](#content)