MAC中PyCharm设置python3解释器
MAC上的PyCharm中默认的python解释器是python2的,windows下的没用过不是很清楚,所以特来记录下设置python3解释器的过程。
python3的查找与安装
如果电脑中没有安装python3可以用brewhome来安装,简单记录下
// 查看python版本 python --version python3 --version // 搜索python brew search python
// 安装python3 brew install python3
然后经过一个漫长的过程就安装好了,好,圆规正题
设置PyCharm
打开PyCharm的偏好设置
// 搜索Interpreter Interpreter
点击更多按钮,选择【Create VirtualEnv】
Name随便写,位置可以跟我一样放到[.virtualenvs]下
/Users/(userName)/.virtualenvs
查看python位置
// python2 which python // python3 which python3
选择【Base interpreter】python3的执行文件位置
点击OK就好了,接下来设置python3做为默认的解释器吧
相关推荐
猛禽的编程艺术 2020-06-07
猪猪侠喜欢躲猫猫 2020-08-17
liangzhouqu 2020-07-07
chuckchen 2020-10-31
Will0 2020-10-12
Dreamhome 2020-10-09
xirongxudlut 2020-09-28
星辰大海的路上 2020-09-13
chaochao 2020-08-31
快递小可 2020-08-16
shengge0 2020-07-26
巩庆奎 2020-07-21
张文倩数据库学生 2020-07-19
xirongxudlut 2020-07-18
Ericbig 2020-07-18
kyelu 2020-07-09
GuoSir 2020-06-28
chaigang 2020-06-27