use /usr/bin/env python instead of /usr/bin/python
The usage of /usr/bin/env ensures that the first interpreter found in the environment's $PATH variable is used. Change-Id: I61b27bb9a5fc1f8d2a3981472215bc0aa6a389e2
This commit is contained in:
parent
edc4856e06
commit
213b2f5006
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
|
Loading…
x
Reference in New Issue
Block a user