This issue appears to have showed up on Sierra. Here’s a simple fix:
- Edit your bash profile (
emacs ~/.bash_profile
) - Add
export BROWSER=open
- Close your shell or source it (
source ~/.bash_profile
)
Things should get back to normal now.
Utah Computational Science and Engineering Group
This issue appears to have showed up on Sierra. Here’s a simple fix:
emacs ~/.bash_profile
)export BROWSER=open
source ~/.bash_profile
)Things should get back to normal now.