Files
openide/python/python-psi-impl/resources/inspectionDescriptions/PyInterpreterInspection.html
Semyon Proshev cf78619d36 Update python inspections' descriptions (PY-48274)
GitOrigin-RevId: 4ee6b7ef7e51a697e4d52a06b87cf599c79366a0
2021-04-30 10:35:14 +00:00

8 lines
351 B
HTML

<html>
<body>
<p>Reports problems if there is no Python interpreter configured for the project or if the interpreter is invalid. Without a properly
configured interpreter, you cannot execute your Python scripts and benefit from some Python code insight features.</p>
<p>The IDE provides quick access to the interpreter settings.</p>
</body>
</html>