Bry*_*aro 6 python windows 64-bit
我从python.org的python-2.7.amd64.msi包中安装了Python 2.7.它安装并正确运行,但似乎是在32位模式下,尽管安装程序是64位安装程序.
Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, platform
>>> platform.architecture()
('64bit', 'WindowsPE')
>>> sys.maxint
2147483647
Run Code Online (Sandbox Code Playgroud)
我该怎么做才能安装Python以便它实际上以64位模式运行?
| 归档时间: |
|
| 查看次数: |
8330 次 |
| 最近记录: |