cab / build /WINDOWS /findpython.pyw
docs4you's picture
Upload 487 files
27867f1 verified
raw
history blame contribute delete
100 Bytes
import os
import sys
x = sys.executable
if x is None or x == '':
sys.exit(1)
else:
print(x)