PyCharm 2017.1 Help

Conda Support. Creating Conda Environment

In this section:

Prerequisite

Make sure that Anaconda or Miniconda is downloaded and installed on your computer.

Whether you install Anaconda or Miniconda, depends on you needs.

Creating Conda environment

To create a Conda environment

  1. Open the Settings/Preferences dialog box, and then open the Project Interpreters page.
  2. Click /help/img/idea/2017.1/cogwheel_framed.png next to the Project Interpreter field, and choose the option Create Conda Env.

    Create Conda Environment dialog box opens.

  3. In the Create Conda Environment dialog box, do the following:
    • In the Name field, type the name of the new Conda environment, or accept the suggested default name.
    • In the Location field, specify the target directory, where the new Conda environment will be created, or accept the suggested default location.
    • From Python version drop-down list, select one of the configured Python interpreters, which will be used as the base for the new Conda environment.
    • Make this virtual environment available to all projects by selecting the check box Make available to all projects.

    Click OK to apply changes and close the dialog box.

See Also

Last modified: 26 July 2017