【Anaconda】How to install Anaconda in PyCharm?

PyCharm

PyCharm is an intelligent Python IDE for Windows, macOS and Linux, that is offered in a Community version for free and a Professional version for a fee.

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.

../_images/PyCharm_iconbar.png ../_images/PyCharm_menu.png

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

../_images/PyCharm_preferences1.png

If the Anaconda Python path is not listed, select Local... and navigate to the Anaconda Python interpreter path.

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.

../_images/PyCharm_preferences2.png

MORE INFO: Official PyCharm documentation, and the Configuring Available Python Interpreters section.

Origin in:(and there are other operating system):(install in PyCharm, please click PyCharm)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章