-
Notifications
You must be signed in to change notification settings - Fork 1
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
Shebang in postBuild #11
Comments
I noticed that
|
I think it's kind of fixed in 1.7.3 |
should we leave the |
@chainsawriot Thanks! Can I will add a check in Methods Hub to raise a earlier error if |
We can put this in We can keep |
As pointed out in schochastics/MH_netVizR#2, https://mybinder.org and repo2docker is having problem with the shebang in
postBuild
, i.e.@schochastics asked
I think is a small bug in quarto but need further investigation.
When one uses
it's telling the computer to
PATH
bash -v
.Depending of the value for
PATH
and the system, the-v
option could create problems. For example, imagine thatPATH
is/home/juvyan/bin:/usr/bin
/home/juvyan/bin/bash
exists/home/juvyan/bin/bash
does not implement-v
The script will fail.
But the error message
indicates that
#!/usr/bin/env
is looking for a file namedbash -v
.I will further investigate and report back here.
The text was updated successfully, but these errors were encountered: