Anaconda 和 Pycharm 有什么区别? [英] What is the difference between Anaconda and Pycharm?

查看:32
本文介绍了Anaconda 和 Pycharm 有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在有 Pycharm 5.0.4,我的老师要我换成 Anaconda.

I currently have Pycharm 5.0.4 right now and my teacher wants me to change to Anaconda.

不同的 GUI 真的会影响您的编程吗?

Do different GUIs actually affect your programming?

什么是库,是什么导致一个 GUI 比另一个更高级?

What are libraries and what causes one GUI to be more advanced than another?

内核如何改变用户与代码交互的方式?

How does the Kernel change the way the user interfaces with the code?


我是 python 的初学者,我不确定 Pycharm 是否最适合我...对于初学者来说,Pycharm 仍然是最好的吗?


I am a beginner at python and I'm not sure if Pycharm is best for me... For beginners is Pycharm still the best?

推荐答案

PyCharm 是一个 IDE,anaconda 是一组库(一个发行版).好消息是 pyCharm 支持 anconda.下面是我从 Wayback Machine 中提取的一些文档(出于某种原因,Anaconda 删除了他们关于与 Pycharm 集成的文档).如果其中任何部分已过时,请告诉我,以便我进行更新.

PyCharm is a IDE, anaconda is a set of libraries (a distribution). The good news is that pyCharm supports anoconda. Below is some documentation I pulled from the Wayback Machine (for some reason Anaconda removed their documentation on integrating with Pycharm). If any part of this is outdated, please let me know so I can update it.

使用 PyCharm 的 Preferences 将其设置为使用 Anaconda.有多种方法可以访问 Preferences 窗口,包括在 PyCharm 文件菜单中选择 Preferences 或单击顶部图标栏中的 Preferences 图标.

Use PyCharm’s Preferences to set it to use Anaconda. There are multiple methods to access the Preferences Window, including selecting Preferences within the PyCharm file menu or by clicking the Preferences icon in the top icon bar.

Preferences 窗口打开后,导航到 Project Interpreter -> Python Interpreters.单击 + 号将 Anaconda 添加到 Python 解释器列表中.

After the Preferences window is open, navigate to Project Interpreter -> Python Interpreters. Click on the + sign to add Anaconda to the Python Interpreters list.

如果未列出 Anaconda Python 路径,请选择 Local... 并导航到安装 Anaconda Python 的目录.通常这个目录是 ~/anaconda/bin/python.

If the Anaconda Python path is not listed, select Local... and navigate to the directory in which you installed Anaconda Python. Typically this directory is ~/anaconda/bin/python.

添加 Anaconda 后,您将看到它显示在 Python 解释器列表中,以及与它一起安装的其他软件包.单击确定.PyCharm IDE 现在设置为使用 Anaconda.

After you have added Anaconda, you will see it displayed in the list of Python Interpreters, along with the other packages that were installed with it. Click OK. The PyCharm IDE is now set up to use Anaconda.

更多信息:配置可用包配置 Anaconda 环境.

另请参阅在 PyCharm 中使用 (Ana)conda.

这篇关于Anaconda 和 Pycharm 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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