[PYTHON] How to use Anaconda interpreter in PyCharm

Motivation: I was unable to import pandas when implementing with pyCharm. The method of pip install was also introduced in the article on the net, but since it is not possible to install from the net at the project site, the policy is to use the packages in the existing Anaconda environment.

  1. Open the relevant project.
  2. Press "Ctrl + Alt + S" to open the Setting screen.
  3. Select Project: XXXXXXX> Project Interpreter from the left pane. image.png
  4. Select "Gear mark> Show All" on the Project Interpreter screen.
  5. Select the "+ mark" displayed on the right side of the displayed screen. image.png
  6. When the Add Python Interpreter screen is displayed, check "Existing environment" and select the "..." button on the right. Specify the path where Anaconda is stored from the screen that appears next. image.png
  7. When the "Settings" screen appears, select the Activated "Apply" button. This will change the interpreter and package used in the project to the same settings as Anaconda. image.png

Recommended Posts

How to use Anaconda interpreter in PyCharm
How to make Python Interpreter changes in Pycharm
How to use classes in Theano
How to update Spyder in Anaconda
How to use SQLite in Python
How to use Mysql in python
How to use ChemSpider in Python
How to use PubChem in Python
How to use calculated columns in CASTable
[Introduction to Python] How to use class in Python?
How to use Google Test in C
How to use Cmder with PyCharm (Windows)
How to use __slots__ in Python class
How to use regular expressions in Python
How to use Map in Android ViewPager
How to change editor color in PyCharm
How to use is and == in Python
How to use xml.etree.ElementTree
How to use Python-shell
How to use tf.data
How to use virtualenv
How to use image-match
How to use shogun
How to use Pandas 2
How to use Virtualenv
How to use numpy.vectorize
How to use pytest_report_header
How to use partial
How to use Bio.Phylo
How to use SymPy
How to use x-means
How to use WikiExtractor.py
How to use IPython
How to use virtualenv
How to use Matplotlib
How to use iptables
How to use numpy
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to use Pyenv
How to use list []
How to use python-kabusapi
How to use OptParse
How to use return
How to use dotenv
How to use pyenv-virtualenv
How to use Go.mod
How to use imutils
How to use import
How to use the C library in Python
How to use Python Image Library in python3 series
Summary of how to use MNIST in Python
How to use tkinter with python in pyenv
Use python in Docker container as Pycharm interpreter
[For beginners] How to use say command in python!
How to use Qt Designer
How to use search sorted
[gensim] How to use Doc2Vec
Use Anaconda in pyenv environment
python3: How to use bottle (2)