How do I set conda as the default environment and Python package manager within Pycharm?

I use conda for the environment manager, NOT pip.  PyCharm keeps installing packages using pip, even though there are the latest conda packages. 

How do I set conda as the default environment and Python package manager within Pycharm?

0
Hi, the Python Packages tool window doesn't have a way to switch between pip/conda package manager, please see https://youtrack.jetbrains.com/issue/PY-48047/Cannot-switch-between-conda-and-pip-using-Packages-tool-window

Instead, you can install the packages from **Preferences/Settings | Project: | Python Interpreter**, where you can find a button to enable/disable conda package manager.
0

请先登录再写评论。