Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sys.path

Prevent Python From Loading A Pth File

My situation is as follows: I have a locally installed version of python. There exists also a glob… Read more Prevent Python From Loading A Pth File

How Is The Python Module Search Path Determined On Mac OS X?

When a non built-in module is imported, the interpreter searches in the locations given by sys.path… Read more How Is The Python Module Search Path Determined On Mac OS X?