We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373a569 commit bd1c633Copy full SHA for bd1c633
docs/software/container-engine/run.md
@@ -45,7 +45,7 @@ Specifying the `--environment` option with an `#SBATCH` option is **experimental
45
[](){#ref-ce-edf-search-path}
46
### EDF search path
47
48
-By default, the EDFs for each user are looked up in `$HOME/.edf`.
+By default, the EDFs for each user are looked up in `${HOME}/.edf`.
49
The default EDF search path can be changed through the `EDF_PATH` environment variable.
50
`EDF_PATH` must be a colon-separated list of absolute paths to directories, where the CE searches each directory in order.
51
If an EDF is located in the search path, its name can be used in the `--environment` option without the `.toml` extension.
0 commit comments