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

查看:997
本文介绍了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比另一个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支持anoconda.以下是我从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的偏好设置将其设置为使用Anaconda.有多种方法可以访问首选项"窗口,包括在PyCharm文件菜单中选择首选项",或者通过单击顶部图标栏中的首选项"图标.

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.

打开首选项"窗口后,导航至项目解释器"->"Python解释器".单击+号,将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.

更多信息:配置可用软件包另请参见在PyCharm中使用(Ana)conda .

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

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