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

Extend set_environment #170

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Conversation

pchome
Copy link
Contributor

@pchome pchome commented Feb 19, 2022

Setting e.g. util.set_environment('SOMEPATH', '/usr/lib/somedir:/usr/lib64/somedir', ':')
will append given paths to the end of SOMEPATH environment variable.

Well, "prepend" also makes sense in some rare situations.

Setting e.g. `util.set_environment('SOMEPATH', '/usr/lib/somedir:/usr/lib64/somedir', ':')`
will append given paths to the end of `SOMEPATH` environment variable.
@simons-public simons-public merged commit b65c42c into simons-public:master Feb 25, 2022
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.

2 participants