PyCharm 2018.1 Help

Changing Name of a Python Interpreter or Virtual Environment

With PyCharm, one can easily discern numerous Python interpreters and virtual environments by their names, rather than by the long paths to the executables.

To change visible name of a Python interpreter

  1. In the Project Interpreters page, select one of the configured interpreters or virtual environments.
  2. Click edit1.
  3. In the Edit Python Interpreter dialog box that opens, type the desired interpreter name.
    py change interpreter name

    The Python interpreter name specified in the Name field, becomes visible in the list of available interpreters.

    If necessary, change the path to the Python executable.

Last modified: 23 July 2018

See Also

Concepts: