1. 程式人生 > >linux下如何查看python位數/查看centos版本

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

如何 redhat 出現 linu ring red hat code linux ice

查看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版本