Skip to content

Commit

Permalink
Make text clearer.
Browse files Browse the repository at this point in the history
Co-authored-by: Carsten Bauer <crstnbr@gmail.com>
  • Loading branch information
zengmao and carstenbauer authored Sep 16, 2024
1 parent 76412d2 commit 8e5d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/user_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Yes, absolutely. You **do not** need root privileges to install Julia and its pa

## 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 can find out the installation path by starting the Julia REPL and type `Sys.BINDIR`.
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)

Expand Down

0 comments on commit 8e5d7f3

Please sign in to comment.