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_install  pyyaml
error
   执行:sudo python -m easy_install pyyaml
   执行:sudo easy_install  pyyaml

 

posted @ 2015-02-09 16:10  haroel  阅读(703)  评论(0编辑  收藏  举报