安装Aptana Studio3后未安装Python解释器 [英] Python Interpreter not installed after installing Aptana Studio3

查看:251
本文介绍了安装Aptana Studio3后未安装Python解释器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

给我的印象是,安装Aptana Studio 3还安装了python解释器.当我尝试创建PyDev项目时,提示未指定项目解释器",因此不会让我继续.是否有任何有关如何继续配置Studio 3解释器的文档?我正在使用最新版本的Aptana Studio 3独立版本:3.0.4.201108101506.

I was under the impression that installing Aptana Studio 3 also installed the python interpreter. when I try to create a PyDev project it says that "Project Interpreter not specified" So it will not let me proceed. Is there any documentation on how to proceed configuring the interpreter for Studio 3? I am using the latest build of Aptana Studio 3 standalone build: 3.0.4.201108101506.

在此先感谢您的帮助.

PS我已经卸载并重新安装了Studio 3,但仍然遇到相同的问题 我正在Windows 7 64位计算机上运行它

PS I have already uninstalled and reinstalled studio 3 and am still having the same issue I am running it on windows 7 64 bit machine

推荐答案

我可能会建议您从官方站点下载Python,并配置Aptana来查找它.

I'd probably recommend you just download Python from the official site, and configure Aptana to find it.

您可以从此处下载最新版本的Python:

You can download the latest version of Python from here:

http://www.python.org/download/

您没有指定使用的是Python 2.x还是Python 3.x?出于兼容性原因,我可能会选择使用Python2.x.它的最新64位Windows版本是2.7.2.,直接链接为:

You didn't specify whether you were using Python 2.x or Python 3.x? For compatibility reasons, I'd probably go with Python 2.x. The latest 64-bit Windows version of it is 2.7.2., direct link is:

http://www.python. org/ftp/python/2.7.2/python-2.7.2.amd64.msi

下载并安装它之后,它将把python解释器放入(假设您使用C:\作为Windows驱动器):

After you've downloaded and installed it, it will place your python interpreter in (assuming you use C:\ as your Windows drive):

C:\Python27\Python

您只需要指向Aptana即可.为此,请进入偏好设置",然后在左侧寻找Pydev.展开它,然后找到Interpreter - Python部分.

You simply need to point Aptana to this. To do this, go into preference, then on the left, look for Pydev. Expand that, and look for the section Interpreter - Python.

理论上,如果单击Auto Config,它将自动检测C:\ Python27.如果不是,则只需单击新建",然后使用文件"对话框提示找到C:\Python27\python.exe.这还将自动导入您已安装的所有Python库和站点程序包(尽管这是一个全新安装,它将只是stdlibs).

In theory, if you click Auto Config, it should automatically detect C:\Python27. If it doesn't, you simply need to click New, then use the File dialog prompt to find C:\Python27\python.exe. This will also automatically import all the Python libraries and site-packages you have installed as well (although if this is a fresh install, it'll just be the stdlibs).

如果您对以上内容有任何疑问,请告诉我们.

Let us know if you have any issues with the above.

干杯, 维克多

这篇关于安装Aptana Studio3后未安装Python解释器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆