标签:table line nbsp body nal comment 查找 lis arch
1
2
3
4
5
6
7
|
$ brew install python # 安装python包,默认是稳定版?
$ brew info python # 查看python包信息,包括包的dependencies/optional等
$ brew cache clean # 顾名思义,清除缓存
$ brew uninstall python # 卸载python
$ brew search python # 查找包
$ brew list # 查看已经安装的包
$ brew upgrade python # 更新python
|
标签:table line nbsp body nal comment 查找 lis arch
原文地址:https://www.cnblogs.com/stu2018/p/9419324.html