查看python是32位的还是64位的

xiaoxiao2021-02-28  60

进入python

>>> import platform >>> platform.architecture()

Centos下的输出为:

('64bit', 'ELF')
转载请注明原文地址: https://www.6miu.com/read-61042.html

最新回复(0)