Skip to content

Commit

Permalink
Merge pull request #4 from zengmao/juliaup_comment
Browse files Browse the repository at this point in the history
Comment on julia installation location with juliaup installer
  • Loading branch information
carstenbauer authored Sep 16, 2024
2 parents 7df622e + 8e5d7f3 commit 8c3d730
Showing 1 changed file with 7 additions and 1 deletion.
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)

0 comments on commit 8c3d730

Please sign in to comment.