|
前面做过两次python部署!
1. 在192.168.2.10上, 系统为:win7 32位
python信息如下:
- C:\Users\Administrator>python
- Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Inte
- l)] on win32
- Type "help", "copyright", "credits" or "license" for more information.
- >>>
复制代码
没有记录安装过程
2.在192.168.2.12上,系统是windows 2008 64bit
python信息如下:
- C:\Users\Administrator>python
- Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit
- (AMD64)] on win32
- Type "help", "copyright", "credits" or "license" for more information.
- >>>
复制代码
安装过程记录:: http://www.nagomes.com/disc/foru ... &extra=page%3D1
3. 本次是在虚拟机中部署, 系统为win7 32
以下记录安装过程:
选择版本: python-3.7.4.exe 32bit
- Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32 bit
- (Intel)] on win32
- Type "help", "copyright", "credits" or "license" for more information.
- >>>
复制代码
|
|