Skip to content

Commit

Permalink
add document on JULIA_PROJECT environment variable (JuliaLang#28556)
Browse files Browse the repository at this point in the history
* add document on JULIA_PROJECT environment variable

* wrap file names with backticks [ci skip]
  • Loading branch information
bicycle1885 authored and KristofferC committed Aug 19, 2018
1 parent af3331b commit 2805ebe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ and a global configuration search path of
/etc/julia/startup.jl
```

### `JULIA_PROJECT`

A directory path that points to the current Julia project. Setting this
environment variable has the same effect as specifying the `--project` start-up
option, but `--project` has higher precedence. If the variable is set to `@.`,
Julia tries to find a project directory that contains `Project.toml` or
`JuliaProject.toml` file from the current directory and its parents. See also
the chapter on [Code Loading](@ref).

### `JULIA_LOAD_PATH`

A separated list of absolute paths that are to be appended to the variable
Expand Down

0 comments on commit 2805ebe

Please sign in to comment.