mac 安装配置phantomjs

作者: 一只失去梦想的程序猿 | 来源:发表于2017-12-23 13:56 被阅读609次

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

    本文链接:https://www.haomeiwen.com/subject/jwuqixtx.html