CLion 2016.3 Help

Creating Virtual Environment

CLion makes it possible create virtual environment using the virtualenv tool. So doing, CLion tightly integrates with virtualenv, and enables configuring virtual environments right in the IDE.

virtualenv tool comes bundled with CLion, so the user doesn't need to install it.

To create a virtual environment

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

    Create Virtual Environment dialog box opens.

  3. In the Create Virtual Environment dialog box, do the following:
    • In the Name field, type the name of the new virtual environment, or accept the suggested default name.
    • In the Location field, specify the target directory, where the new virtual environment will be created, or accept the suggested default location.
    • From Base interpreter drop-down list, select one of the configured Python interpreters, which will be used as the base for the new virtual environment.

      If the desired base interpreter is missing in the drop-down list, you can locate it manually by clicking /help/img/idea/2016.3/browseButton.png.

    • If you want the site-packages of the base interpreter to be visible from the virtual environment, select the check box Inherit global site-packages. If you leave this check box cleared, the new virtual environment will be completely isolated.

    Click OK to apply changes and close the dialog box.

    /help/img/idea/2016.3/cl_create_py_Virtual.png

See Also

Last modified: 29 March 2017