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

[easy_train] Things may break if required executables are found through local directory instead of PATH #224

Open
Sopel97 opened this issue Jan 2, 2023 · 1 comment

Comments

@Sopel97
Copy link
Member

Sopel97 commented Jan 2, 2023

We sometimes call executables with different cwd so they may not be found if they were originally only found in the same directory as the script. (someone actually had gcc in the same directory as the script...). What would be a good cwd to use for verification?

@vondele
Copy link
Member

vondele commented Jan 2, 2023

tempfile.mkdtemp() ?

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

No branches or pull requests

2 participants