|
|
|
|
|
by mappu
732 days ago
|
|
This is pretty common advice but I think it is fighting the previous war. This idea is useful for virtualenv-type tricks if you want to ensure use of your personal version of the interpreter on a shared system, but you have to boil an ocean of scripts. You don't know if you caught them all. Docker won instead - a quick filesystem namespace comprehensively catches everything. Just use #!/bin/bash. EDIT: I was thinking about Linux, but I suppose macOS users are stuck with needing this for Homebrew-supplied bash? |
|