dongfangho 发表于 2016-1-1 10:54:47

mac os 常用终端软件工具

  1. homebrew 安装
  网上很多版本返回400错误,以下为最新版本地址(2015/02/09)



ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  
  2 . python 缺少 模块
  安装 yaml



1.报错
ImportError: No module named yaml
2.安装
sudo easy_installpyyaml
error
执行:sudo python -m easy_install pyyaml
执行:sudo easy_installpyyaml
  
页: [1]
查看完整版本: mac os 常用终端软件工具