主页 > 编程资料 > Python >
发布时间:2018-05-13 作者:apizl 阅读:222次

官网下载:http://phantomjs.org/download.html

终端运行:

wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2

解压

tar -jxvf phantomjs-2.1.1-linux-x86_64.tar.bz2

解压可能报错:

centos下安装phantomjs过程详解

安装bzip2.x86_64 :

yum install bzip2.x86_64 

进入目录 获取目录绝对地址

cd phantomjs-2.1.1-linux-x86_64 

cd bin/

pwd

获取路径:/home/py/phantomjs/phantomjs-2.1.1-linux-x86_64/bin

运行:

export PATH=$PATH:/home/py/phantomjs/phantomjs-2.1.1-linux-x86_64/bin

刷新系统变量

source /etc/profile

获取版本:

phantomjs --version

centos下安装phantomjs过程详解

这样就安装成功了。


文章由爱资料原创本文地址:https://www.apizl.com/archives/view-134137-1.html,转载请以链接形式标明本文地址!
关键字词:

相关文章