PyCharm 2021.3 Help

Install, uninstall, and upgrade interpreter paths

PyCharm makes it possible to add paths to the selected interpreter. These paths will be added to the environment variable PYTHONPATH. Also, PyCharm will index these paths and (potentially) resolve the objects of the code (for example, imports of packages).

To view the interpreter paths

  1. In the Python Interpreter page of the project settings, click Settings button.

  2. In the list, click Show all.... The available interpreters show up in the Python Interpreters dialog.

  3. Select the desired interpreter.

  4. In the toolbar of the Python interpreters dialog, click the button Show an interpreter path. The existing paths of the selected interpreter show up in the Interpreter Paths dialog .

    Show an interpreter path

To add an interpreter path

  1. In the toolbar of the Interpreter Paths dialog, click Add a path.

  2. Choose the desired path in the Select Path dialog. Note that to add a path to a particular Python version you need to download it from https://www.python.org/ and install it on your machine.

To delete interpreter paths

  1. Select the paths to be deleted.

  2. In the toolbar of the Interpreter Paths dialog, click Remove the path.

    The removed paths remain in the list with the note "removed by user".

To reload interpreter paths

If an interpreter has been updated, it is a good idea to refresh its paths. You can do it by either way:

  • In the toolbar of the Interpreter Paths dialog, click Reload the interpreter paths.

  • Press Shift twice and type "Rescan" in the Actions tab of the search dialog. Select Rescan Available Python Modules and Packages.

    Rescan Python modules and pacakges
Last modified: 12 April 2022