码迷,mamicode.com
首页 > 系统相关 > 详细

Mac 下安装常用软件。

时间:2016-07-31 22:40:33      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:mac

  1. 安装HomeBrew

    打开终端命令行输入:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

  2.  安装 python 

     which python   (检查是否存在python)

     brew install python

  3. 安装wget

        brew install wget

  4. 安装pip

        wget https://bootstrap.pypa.io/get-pip.py

        sudo python get-pip.py

  5. 安装phantomJS

        brew install phantomjs

        phantomjs --version

Mac 下安装常用软件。

标签:mac

原文地址:http://garyandjava.blog.51cto.com/5570290/1832466

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!