The shebang `/usr/bin/python3` assumes python3 is installed in /usr/bin, which isn't always true (e.g., in the manylinux docker image). Using `/usr/bin/env python3` uses the python3 that is in the path, which is more flexible.pull/4455/head
parent
18a6e78549
commit
45a7f9cec3
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue