在eclipse中首次新建项目的时候,出现Project interpreter not specified

在eclipse中首次新建项目的时候,出现Project interpreter not specified(大致可以理解为:没有执行的项目编译者)

原因就是安装了pydev之后,我们的python还没有安全的跟eclipse相结合起来,需要添加python的编译环境等

解决方案:

在eclipse中首次新建项目的时候,出现Project interpreter not specified_第1张图片

点击eclipse——>window——>pydev ——>python Interpreter——>new——>添加python的安装目录即可

 

你可能感兴趣的:(eclipse)