-
Notifications
You must be signed in to change notification settings - Fork 58
x executable file not found in $PATH #142
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
Comments
Good question.
The difference between Why would you choose
in addition to a lot of other features to be added. Don't use bunster:
|
thanks for the response best regards |
@sinawic @yassinebenaid what about having an installation of that missing cli tool as a part of bash script. It might be a solution for that issue? |
@markrity didn't get it. Do you mean to embed the program within the script. And be able to run it later ? |
hi
i am using an externally installed cli tool
let's say
figlet
in my bash scriptand when i compile and export the binary file using
bunster
runs without any issue on the machine where i built it
but when i move it to a machine that
figlet
is not installedwhen i run the bin file i get
"figlet": executable file not found in $PATH
i think i might be getting it wrong but shouldn't the built bin file be independent of whatever used in the original bash script?
if the built bin file is also dependent on the tools used in the original script file
then how the final bin file is different from the bash script file?
The text was updated successfully, but these errors were encountered: