Disambiguate python use #1250 (#1251)

* Disambiguate python use #1250

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 #1250
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

View File

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

View File

@ -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
View File

View File

View File

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

View File

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

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

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

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

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

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

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

0
trick_sims/SIM_contact/S_define Executable file → Normal file
View File

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

View File

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

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

View File

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

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

0
trick_sims/SIM_lander/S_define Executable file → Normal file
View File

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

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

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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