google-deepmind / alphafold

Open source code for AlphaFold.
Apache License 2.0
12.1k stars 2.16k forks source link

Use `/usr/bin/env` for bash shebang #913

Open abhillman opened 3 months ago

abhillman commented 3 months ago

Using env honors user preference if they override bash in $PATH or use a linux distribution that does not store bash at /bin/bash.


References:

abhillman commented 3 months ago

cc/ @Augustin-Zidek