配置root用户的环境变量,设置conda下的默认python为全局变量
nano ~/.zshrc
export PATH="/opt/homebrew/Caskroom/miniconda/base/bin:$PATH"