homebrew安装
MacOS上的软件包管理工具,类似Red hat的yum,Ubuntu的apt-get
安装命令:
ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
使用
搜索: brew search python(换成自己需要的软件名)
安装:brew install python(换成自己需要的软件名)
卸载:brew remove python(换成自己需要的软件名)
网友评论