Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs4you
/
cab
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cab
/
build
/
WINDOWS
/
findpython.pyw
docs4you
Upload 487 files
27867f1
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
import os
import sys
x = sys.executable
if
x is None or x ==
''
:
sys.
exit
(
1
)
else
:
print(x)