0

What is PYTHONPATH

Malarvizhi M Posted new comment June 3, 2023
User Avatar

PYTHONPATH has a role similar to PATH. This variable tells Python Interpreter where to locate the module files imported into a program. It should include the Python source library directory and the directories containing Python source code. PYTHONPATH is sometimes preset by Python Installer.