Skip to content

Commit 2f0188e

Browse files
author
zhenwei-li
committed
添加 PYTHONPATH 调试参数
1 parent f2a3e73 commit 2f0188e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Temp/debug/env/interpreterInfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
obj["sysPlatform"] = sys.platform
1818
obj["is64Bit"] = sys.maxsize > 2**32
1919
obj["PWD"] = os.environ.get('PWD')
20+
obj["PYTHONPATH"] = os.environ.get('PYTHONPATH')
2021
obj["VIRTUAL_ENV"] = os.environ.get('VIRTUAL_ENV')
2122

2223
values = json.dumps(obj, indent=4)

0 commit comments

Comments
 (0)