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

查看:66
本文介绍了安装 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?出于兼容性原因,我可能会使用 Python 2.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 库和站点包(尽管如果这是全新安装,它将只是标准库).

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天全站免登陆