mac的python搭建

1、下载python 3.6

2、下载安装pycharm

3、下载安装geckodriver(Firefox的驱动,否则打不开浏览器)

首先通过brew 安装:$ brew install geckodriver


mac的python搭建_第1张图片

然后设置配置文件~/.bash_profile文件:sudo su root;vi .bash_profile;export PATH=$PATH:/path/to/geckodriver;


mac的python搭建_第2张图片

最后执行代码让修改生效:source ~/.bash_profile

你可能感兴趣的:(mac的python搭建)