Configure a Python interpreter | PyCharm
www.jetbrains.com › help › pycharmNov 30, 2021 · You can also create a Virtualenv, Pipenv, or Conda virtual environment. A virtual environment consists of a base interpreter and installed packages. With PyCharm Professional, you can also configure interpreters to execute your Python code on remote environments: SSH, Vagrant, WSL (only for Windows), Docker, and Docker Compose
Configure a Conda virtual environment | PyCharm
www.jetbrains.com › help › pycharmOct 04, 2021 · Press Ctrl+Alt+S to open the project Settings/Preferences and go to Project <project name> | Python Interpreter. Then click the icon and select Add. In the left-hand pane of the Add Python Interpreter dialog, select Conda Environment. The following actions depend on whether the Conda environment existed before. If New environment is selected:
Using PyCharm — Anaconda documentation
docs.anaconda.com › user-guide › tasksConfiguring a conda environment in PyCharm In the Settings/Preferences dialog (⌘,), select Project: <project name> | Project Interpreter. Alternatively, from the Welcome screen, select Configure. Select Preferences. Select Project Interpreter. In the Project Interpreter page, click the gear icon and select Add.