Don't hardcode python3 path in shebang
https://github.com/Homebrew/homebrew-core/pull/121852
Python 3 could be available at different path. Let's use env to search for it instead of hardcoding.
Edited by Dawid Dziurla
https://github.com/Homebrew/homebrew-core/pull/121852
Python 3 could be available at different path. Let's use env to search for it instead of hardcoding.