Closed sjackman closed 7 years ago
Running bash reads only ~/.bashrc. Running bash -l also reads ~/.profile. Please change /bin/bash to /bin/bash -l here: https://github.com/bcgsc/orca/blob/master/scripts/orca#L29 and here: https://github.com/bcgsc/orca/blob/master/scripts/orca#L34
bash
~/.bashrc
bash -l
~/.profile
/bin/bash
/bin/bash -l
Thanks, Tanya!
Running
bash
reads only~/.bashrc
. Runningbash -l
also reads~/.profile
. Please change/bin/bash
to/bin/bash -l
here: https://github.com/bcgsc/orca/blob/master/scripts/orca#L29 and here: https://github.com/bcgsc/orca/blob/master/scripts/orca#L34