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
- Open the Settings dialog box, and then open the Project Interpreters page.
- Click
next to the Project Interpreter field, and choose
the option Create Conda Env.
Create Conda Environment dialog box opens.
- 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.
