-
Notifications
You must be signed in to change notification settings - Fork 94
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
job file to use login shell #2438
job file to use login shell #2438
Conversation
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.
Looks good, but worth adding a doc sentence to say that job files are run in bash (or ksh) login shells, so will automatically pick up environment from bash (or ksh) profile scripts.
b791121
to
6344737
Compare
Doc updated. |
doc/src/cylc-user-guide/cug.tex
Outdated
script. Users and sites should ensure that their bash login profiles are able | ||
to set up the correct environment for running cylc and their task jobs. | ||
|
||
Your site administrator may custom the environment for all task jobs by adding |
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.
*customise
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.
Fixed typo.
6344737
to
6501e1c
Compare
(Merge as all green with double review approval.) |
Close #2424.