in using `sys.path` to determine the PYTHONPATH, i...
# general
f
in using
sys.path
to determine the PYTHONPATH, is there a good way to determine the paths with system packages? (this is for the
mypy
plugin, I'd like to exclude system modules so that
mypy
doesn't look at those modules and instead relies on its embedded
typeshed
type stubs)