首页 > 编程语言 > 详细

linux下如何查看python位数/查看centos版本

时间:2018-01-25 23:31:11      阅读:794      评论:0      收藏:0      [点我收藏+]

查看python位数

#  python  
Python 2.7.5 (default, Nov  6 2016, 00:28:07)   
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2  
Type "help", "copyright", "credits" or "license" for more information.  
>>> import platform  
>>> platform.architecture()

 

然后就出现了

(‘64bit‘, ‘ELF‘)  

查看centos版本

cat /etc/redhat-release

 

linux下如何查看python位数/查看centos版本

原文:https://www.cnblogs.com/zhouxinfei/p/8353557.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!