查看没有设置系统环境的Python版本

查看没有设置系统环境的Python版本

进入要查看版本的Python环境

再使用下面语句查询

import sys
print(sys.version)
print(sys.version_info)

image-20210123135735657

猜你喜欢

转载自blog.csdn.net/qq_38463737/article/details/113044639