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

make check fails on wsl (windows subsystem for linux) #146

Closed
dexhunter opened this issue May 19, 2021 · 1 comment
Closed

make check fails on wsl (windows subsystem for linux) #146

dexhunter opened this issue May 19, 2021 · 1 comment

Comments

@dexhunter
Copy link
Contributor

I was trying to test the codebase and found that I was unable to execute the make check command due to the $PATH settings in wsl. The solution is found there

PATH=$(/usr/bin/printenv PATH | /usr/bin/perl -ne 'print join(":", grep { !/\/mnt\/[a-z]/ } split(/:/));')
@dexhunter
Copy link
Contributor Author

documented at this wiki page

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

1 participant