IntelliJ IDEA 2017.2 Help

Installing and Uninstalling Interpreter Paths

The following is only valid when Python Plugin is installed and enabled!

IntelliJ IDEA helps view and manage the interpreter paths:

Viewing interpreter paths

To view the interpreter paths

  1. Open the Project Structure dialog (e.g. Ctrl+Shift+Alt+S).
  2. In the Project Structure dialog box, click SDKs node under the Platform Settings.
  3. Select the desired interpreter.
  4. View the interpreter paths in the Classpath tab:
    ij interpreter packages

Adding interpreter paths

To add an interpreter path

  1. In the toolbar of the SDKs page of the Project Structure dialog box, click new.
  2. Choose the desired path in the Select Path dialog.

Removing interpreter paths

To delete interpreter paths

  1. Select the paths to be deleted.
  2. In the toolbar of the SDKs page of the Project Structure dialog box, click delete.

Reloading interpreter paths

Last modified: 29 November 2017

See Also