0 votes
in Python by
Define PYTHON PATH?

1 Answer

0 votes
by

PYTHONPATH is an environmental variable that is used when we import a module. Suppose at any time we import a module, PYTHONPATH is used to check the presence of the modules that are imported in different directories. Loading of the module will be determined by interpreters.

Related questions

0 votes
asked Jan 18, 2021 in Python by SakshiSharma
0 votes
asked May 24, 2020 in Python by SakshiSharma
...