Mac+Python环境使用phantomjs时报在PATH中找不到

Posted youqing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac+Python环境使用phantomjs时报在PATH中找不到相关的知识,希望对你有一定的参考价值。

1、编辑.bash_profile文件,输入命令:open -a TextEdit ~/.bash_profile

2、在~/.bash_profile配置phantomjs路径,export PATH="/usr/local/#phantomjs-2.1.1-macosx/bin$PATH"

3、下载压缩包,解压之后,把bin文件夹下面的phantomjs复制到/usr/bin下面就行了

以上是关于Mac+Python环境使用phantomjs时报在PATH中找不到的主要内容,如果未能解决你的问题,请参考以下文章

Selenium+PhantomJS使用时报错原因及解决方案

MAC 上的Phantomjs的安装和配置

MAC python环境变量问题

python selenium结合PhantomJS对ajax异步页面进行压测或者爬虫

mac环境 python3.7 lzma.py 报错解决

python selenium 开发环境配置