Skip to content

Commit e2af171

Browse files
committed
添加 VIRTUAL_ENV 字段
1 parent 21a84c7 commit e2af171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Temp/debug/env/interpreterInfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
obj["sysVersion"] = sys.version
1212
obj["is64Bit"] = sys.maxsize > 2 ** 32
1313
obj["PWD"] = os.environ.get('PWD')
14+
obj["VIRTUAL_ENV"] = os.environ.get('VIRTUAL_ENV')
1415

1516
values = json.dumps(obj)
1617
# print(values)

0 commit comments

Comments
 (0)