Modifying the PYTHONPATH is useful when a module in a directory is only needed in the specific Python process. Use sys.path .append() to set the PYTHONPATH ...
確定! 回上一頁