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?
Please sign in to leave a comment.
Instead, you can install the packages from **Preferences/Settings | Project: | Python Interpreter**, where you can find a button to enable/disable conda package manager.