After installing the needed dependencies and running make install, I get an error running oil :
/usr/bin/oil: /usr/lib/oil/json-to-line.jq : /bin/jq : mauvais interpréteur: Aucun fichier ou dossier de ce type
/usr/bin/oil: /usr/lib/oil/format-columns.awk : /bin/awk : mauvais interpréteur: Aucun fichier ou dossier de ce type
After a quick look at the source files, I see that the shebang is followed by hardcoded paths. My awk is not in /bin, as for jq, I installed it with LinuxBrew, so the path is completely different.
Would you please consider changing the interpreter ?
Hi there !
After installing the needed dependencies and running
make install
, I get an error running oil :After a quick look at the source files, I see that the shebang is followed by hardcoded paths. My awk is not in /bin, as for jq, I installed it with LinuxBrew, so the path is completely different.
Would you please consider changing the interpreter ?
Thanks in advance