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
40 changed files with 14 additions and 14 deletions

View File

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