The os module provides a way of using operating system-dependent functionality like navigating, modifying, and querying the file system. The sys module provides access to some variables used or ...
When adding a python module manually, the path to the module is added to sys.path. After restarting Slicer, the module path is no longer in sys.path although it's still present in the settings ...