plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
MIT License
378 stars 38 forks source link

fix: use /usr/bin/env to find bash #202

Closed gvwilson closed 3 months ago

gvwilson commented 3 months ago

Default bash on MacOS is 3., but these scripts need 5., so this PR changes the #! line in these shell scripts to use /usr/bin/env bash to find and run bash instead of using /bin/bash, which allows users to install a more recent version of bash and have it picked up.

ayjayt commented 3 months ago

gonna redo this pr, 1 sec