We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a84c7 commit e2af171Copy full SHA for e2af171
Temp/debug/env/interpreterInfo.py
@@ -11,6 +11,7 @@
11
obj["sysVersion"] = sys.version
12
obj["is64Bit"] = sys.maxsize > 2 ** 32
13
obj["PWD"] = os.environ.get('PWD')
14
+obj["VIRTUAL_ENV"] = os.environ.get('VIRTUAL_ENV')
15
16
values = json.dumps(obj)
17
# print(values)
0 commit comments