We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rundeck logs show a failure on execution. Upon further investigation, we found that env only takes 1 argument
/var/lib/rundeck/libext/cache/docker-container-1.4.1/model-source /usr/bin/env: ‘python -u’: No such file or directory
Because of this limitation an environment variable should be set instead, PYTHONUNBUFFERED=1
PYTHONUNBUFFERED=1
The text was updated successfully, but these errors were encountered:
@simonsickle where exactly do you set this variable? (FYI, My rundeck is inside an lxc container. Not docker.)
Sorry, something went wrong.
I looked at the commit changes and saw where it is. Thanks.
Successfully merging a pull request may close this issue.
Rundeck logs show a failure on execution. Upon further investigation, we found that env only takes 1 argument
Because of this limitation an environment variable should be set instead,
PYTHONUNBUFFERED=1
The text was updated successfully, but these errors were encountered: