mac 安装配置phantomjs

1.下载phantomjs(http://phantomjs.org/download.html)官网下载mac版本
2.下载后将phantomjs-2.1.1-macosx文件夹放到自己目录下
3.终端输入vim .bash_profile 添加语句(i插入,esc退出,:wq保存关闭)
export PATH=/Applications/phantomjs-2.1.1-macosx/bin:$PATH
('/Applications/phantomjs-2.1.1-macosx/bin'换成自己文件路径)
5.终端输入source .bash_profile(网上大部分教程没有这一步)
6.终端输入 phantomjs --version 检测是否配置成功

你可能感兴趣的:(mac 安装配置phantomjs)