Change the python3 shebang to env to find python3 automatically

This commit is contained in:
2018-02-27 14:34:40 +09:00
parent ef7e071a7d
commit cf06ef35eb
2 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
#!/opt/local/bin/python3
# /opt is for MacPorts
# /usr is for Brew
#!/usr/bin/env python3
# AUTHOR : Clemens Schwaighofer
# DATE : 2018/2/20