I try to learn bioinformatic and I'm using MacMonterey 12.6 so I need to using bash. I arrange from "System Preferences > User & Groups > Advanced Option". As you can see in screenshot, something is wrong but I couldn't find it. Please help me!
CodePudding user response:
Mac does not have apt-get
- it's for Linux. Use brew
Try using homebrew-stew:
brew install brew install homebrew/science/tabix
CodePudding user response:
if you need to change to bash, you can simply do below
chsh -s /bin/bash
Did you install apt-get thru homebrew? It does not come with Mac OS.
CodePudding user response:
You are using ZSH. The $SHELL
variable represents the user preferred shell, not current.