Closed baagaard-usgs closed 11 months ago
To ensure we use the correction Python for running gmsh (python may not exist, we need to change the #!/usr/bin/env python to #!/usr/bin/env nemesis, like we do for all Python scripts in the binary package.
python
#!/usr/bin/env python
#!/usr/bin/env nemesis
To ensure we use the correction Python for running gmsh (
python
may not exist, we need to change the#!/usr/bin/env python
to#!/usr/bin/env nemesis
, like we do for all Python scripts in the binary package.