Tools: use /usr/bin/env to find python3

going directly to /usr/bin/python3 means we don't use the venv python
This commit is contained in:
Peter Barker 2024-10-02 16:46:33 +10:00 committed by Peter Barker
parent 96f7d8a969
commit 23513e3f9a
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
Run a mission in SITL

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
Test parameter upgrade, master vs branch

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
These are the unit tests for the python script that fetches online ArduPilot

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
Extracts parameter default values from an ArduPilot .bin log file. Unittests.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""
This script fetches online ArduPilot parameter documentation (if not cached) and adds it to the specified file

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
Extracts parameter default values from an ArduPilot .bin log file.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
'''
Rsync apm.pdef.xml files for different versions of the ArduPilot firmware