geodynamics / pylith_installer

Installer code for PyLith.
MIT License
7 stars 8 forks source link

packager/build.py needs to change python -> nemesis in bin/gmsh #68

Closed baagaard-usgs closed 11 months ago

baagaard-usgs commented 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.