the ``sys.path.extend`` command adds the opened projects to sys path, it does not cover the added by user path You can try running in the opened console:
>import sys
>sys.path
The added path should present in the output. PyCharm does it automatically.
Hello,
the ``sys.path.extend`` command adds the opened projects to sys path, it does not cover the added by user path You can try running in the opened console:
>import sys
>sys.path
The added path should present in the output. PyCharm does it automatically.