Use #!/usr/bin/env python for systems with multiple Python versions.
This commit is contained in:
parent
c8f78b817d
commit
7383b50b9f
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import rospy
|
import rospy
|
||||||
import wx
|
import wx
|
||||||
|
|
Loading…
Reference in New Issue