Skip to content
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

Docs: Add alternative for conda env activation in submission script #5950

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Mar 30, 2023

Fixes #5895

This can be achieved by configuring the ``shebang`` property of the ``Computer`` to ``#!/bin/bash -l``.
This ensures that the submission script uses a login shell which initializes conda properly.

If for some reason your submission script cannot use a login script, the following ``prepend_text`` can be used instead:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If for some reason your submission script cannot use a login script, the following ``prepend_text`` can be used instead:
If the submission script should not use a login shell (e.g. because that sources other dotfiles that are unnecessary), the following ``prepend_text`` can be used instead:

@sphuber sphuber force-pushed the fix/5895/docs-conda-login-shell branch from 3c70cc7 to 49a993d Compare March 30, 2023 13:27
@sphuber
Copy link
Contributor Author

sphuber commented Mar 30, 2023

@chrisjsewell you also happy with these changes?

Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep great cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should the use_login_shell property of the AuthInfo also be considered in the submission script shebang
3 participants