1. PhantomJS官网 下载 压缩包,解压即可使用
2. 在 /User/xxx/.bash_profile 配置环境变量
vi ./.bash_profile
插入下面这行(注意修改路径)
export PATH="$PATH:/Users/xxx/phantomjs-2.1.1-macosx/bin"
保存退出后 千万记得要 source 一下
3. phantomjs --version
看到版本号,则安装成功
1. PhantomJS官网 下载 压缩包,解压即可使用
2. 在 /User/xxx/.bash_profile 配置环境变量
vi ./.bash_profile
插入下面这行(注意修改路径)
export PATH="$PATH:/Users/xxx/phantomjs-2.1.1-macosx/bin"
保存退出后 千万记得要 source 一下
3. phantomjs --version
看到版本号,则安装成功
本文标题:Phantomjs Mac 安装配置
本文链接:https://www.haomeiwen.com/subject/yxuedftx.html
网友评论