Repository URL to install this package:
|
Version:
0.2.2 ▾
|
from easyprocess import EasyProcess
import sys
v = EasyProcess([sys.executable, '--version']).call().stderr
print('your python version:%s' % v)