Hey everyone
![]()
In step 7 of the Build Five Programs workshop in the Relational Databases certification, the learner is told to add this shebang to the top of the script file to tell it to use Bash as the interpreter: #!/bin/bash.
However, the which bash command (when run in the workshop VM) returns /usr/bin/bash.
Why the difference in paths? Why is /usr omitted from the shebang path?