shebang appears incorrect
Closed this issue · 2 comments
gsornsen commented
I'd like to propose changing the shebang at the top of the file from:
#!/bin/env python3
to:
#!/usr/bin/env python3
I don't have /bin/env on my machine.
(base) gsornsen@pop-os:~/git/rofi-web-search$ ls /bin/env
ls: cannot access '/bin/env': No such file or directory
(base) gsornsen@pop-os:~/git/rofi-web-search$ ls /usr/bin/env
/usr/bin/env
This stackoverflow post also recommends using /usr/bin/env python3 as well.
Let me know if you'd like to change it and I'll initiate the PR.
pdonadeo commented
You are totally right. Start a simple PR, I'll merge it instantly.