You don't set PYTHONPATH , you add entries to sys.path . It's a list of directories that should be searched for Python packages, so you can just append your ...
確定! 回上一頁