asd
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import sys
|
||||
|
||||
from easyprocess import EasyProcess
|
||||
|
||||
python = sys.executable
|
||||
v = EasyProcess([python, "--version"]).call().stderr
|
||||
print("your python version:%s" % v)
|
||||
Reference in New Issue
Block a user