pycharm指定python路径,pycharm配置python环境的方法是:
1、依次点击【File】、【Project Interpreter】;
2、点击【Show All】,选择【Existing Environment】;
3、选择python的安装路径,点击OK即可。
pycharm如何设置python路径
解释器的选项路径为:File->Setting->Build, Execution, Deployment-> Console-> Python Console:将Python interpreter参数修改为你希望的。就可以解决console中解释器(默认)版本。
External Libraries 修改方法为:File -> Settings->Project: “current Name当前项目名字” ->Project Interpreter->Python Interpreters,然后选择你希望的版本,就可以解决系统模块的版本。
如何配置和检查Python路径,用来指定pycharm指定python路径呢
pycharm指定python路径①按照以下路径,打开配置路径页面:File——New Projects Setup——Setting for New Projects…
有个set
pycharm指定python路径②进入python界面后,右侧选择python interpreter
pycharm指定python路径③点击设置——add