I am using Python with Conda to manage my environment and libraries. Does anyone know how to get IntelliJ (with the Python plugin) or PyCharm to add the libraries in my Conda environment to my project?
It only pulls in site packages even when I select ~/anaconda/bin/python as my Python Interpreter.