Call directly a binary program in subdirectory #1632
Unanswered
GlassGruber
asked this question in
Q&A
Replies: 1 comment
-
First, the error message is correct, so you have a few possibilities: the relative path is wrong, the executable is missing ... so run the command manually, echo the working dir to check its what you think, 'ls' the contents of the directory (you should then see the executable you are trying to run). Probably, the slashes are wrong? Something like this might work better:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried the following but it results just in a "not found" message printed.
Result
I've also tried editing PATH via env like suggested in #482
but no dice
Result with modified PATH below, looks like it's ignored but the echoed path is correct.
I'm on a Windows machine.
What am I missing?
I hope it's not a RTFM issue, thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions