zl程序教程

您现在的位置是:首页 >  后端

当前栏目

pycharm和anaconda区别_python init

PythonPycharm 区别 init Anaconda
2023-06-13 09:13:27 时间

大家好,又见面了,我是你们的朋友全栈君。

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

Do different GUIs actually affect your programming?

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?

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 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.

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.

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

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.

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.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/172923.html原文链接:https://javaforall.cn