Disambiguate python use ()

* Disambiguate python use 

Changed all calls to /usr/bin/python to /usr/bin/env python3.  Removed execute permissions on a lot of files that are not executable.

closes 
This commit is contained in:
Alex Lin 2022-03-22 15:15:40 -05:00 committed by GitHub
parent a206970b08
commit 496de8c7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 14 additions and 14 deletions
libexec/trick
trick_sims
SIM_balloon
Modified_data
models
atmosphere/src
balloon
graphics/src
SIM_contact
Modified_data
RUN_Newtons_cradle
RUN_ball_line
RUN_multi_collision
RUN_pool_break
RUN_simple_collision
RUN_test5
S_defineS_overrides.mk
models
SIM_lander
SIM_rocket/scripts
trick_source/trick_utils/SAIntegrator/examples

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import sys
import xml.etree.ElementTree as ET

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import os

0
trick_sims/SIM_balloon/Modified_data/realtime.py Executable file → Normal file

0
trick_sims/SIM_balloon/models/balloon/src/Balloon.cpp Executable file → Normal file

0
trick_sims/SIM_contact/Modified_data/realtime.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_Newtons_cradle/input.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_ball_line/input.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_multi_collision/input.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_pool_break/input.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_simple_collision/input.py Executable file → Normal file

0
trick_sims/SIM_contact/RUN_test5/input.py Executable file → Normal file

0
trick_sims/SIM_contact/S_define Executable file → Normal file

0
trick_sims/SIM_contact/S_overrides.mk Executable file → Normal file

0
trick_sims/SIM_contact/models/contact/src/Contact.cpp Executable file → Normal file

0
trick_sims/SIM_contact/models/graphics/Makefile Executable file → Normal file

0
trick_sims/SIM_lander/Modified_data/realtime.py Executable file → Normal file

0
trick_sims/SIM_lander/RUN_test/input.py Executable file → Normal file

0
trick_sims/SIM_lander/S_define Executable file → Normal file

0
trick_sims/SIM_lander/S_overrides.mk Executable file → Normal file

0
trick_sims/SIM_lander/models/graphics/Makefile Executable file → Normal file

0
trick_sims/SIM_lander/models/lander/include/Lander.hh Executable file → Normal file

0
trick_sims/SIM_lander/models/lander/src/Lander.cpp Executable file → Normal file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import matplotlib.pyplot as plt
import numpy as np