Kaydet (Commit) 77afbc0b authored tarafından Jack Jansen's avatar Jack Jansen

Add Mac/Lib/lib-scriptpackages to sys.path too.

üst 4092606d
import sys
import os
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
sys.path.append(_maclib)
\ No newline at end of file
_maclib = os.path.join(sys.prefix, 'Mac', 'Lib')
_scriptlib = os.path.join(_maclib, 'lib-scriptpackages')
sys.path.append(_maclib)
sys.path.append(_scriptlib)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment