Simplified gwpy.utils.shell
This PR simplifies gwpy.utils.shell
as follows:
- use
distutils.spawn.find_executable
forwhich
- simplified tests to run under Windows
This PR simplifies gwpy.utils.shell
as follows:
distutils.spawn.find_executable
for which