youqing

导航

2020年6月15日 #

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、 阅读全文

posted @ 2020-06-15 12:01 youqing 阅读(756) 评论(0) 推荐(0) 编辑