-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add document on JULIA_PROJECT environment variable #28556
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest wraping the toml filenames in backticks, to match the convention used in this document for paths.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Fixed.
This small pull request is not merged yet 😕. Are there any problems in this change? |
Was waiting for assigned reviewer to review but been long enough and LGTM. |
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
* add document on JULIA_PROJECT environment variable * wrap file names with backticks [ci skip] (cherry picked from commit 2805ebe)
This adds a description on JULIA_PROJECT environment variable, which is yet documented anywhere but would be a standard way to set the current Julia project. I read its behavior from the source code and so my understanding may be wrong.