如何在 Windows 10 上安装 Python 2.7,用于 SleepPY
How to install Python 2.7, on Windows 10, to be used for SleepPY
我需要将 Python 2.7 安装到我的 Windows 10 OS 上,这样我就可以 运行 Python 需要 [=17] 的库 SleepPY =] 2.7.
但是当我为 Windows 10 安装 Python 2.7 MSI 64 位时,它没有 运行。
我从 python.org 安装了 python-2.7.18.amd64.msi
(还安装了 pip 10.2.3)
已添加到 Windows 10 ENV VAR SYS PATH:
c:\Python27
C:\Python27\Scripts
C:\Python27\Tools\Scripts
然后在CMD提示符下:
pip 安装 sleeppy
..并且 sleeppy 已完全安装。
我需要将 Python 2.7 安装到我的 Windows 10 OS 上,这样我就可以 运行 Python 需要 [=17] 的库 SleepPY =] 2.7.
但是当我为 Windows 10 安装 Python 2.7 MSI 64 位时,它没有 运行。
我从 python.org 安装了 python-2.7.18.amd64.msi (还安装了 pip 10.2.3)
已添加到 Windows 10 ENV VAR SYS PATH:
c:\Python27
C:\Python27\Scripts
C:\Python27\Tools\Scripts
然后在CMD提示符下: pip 安装 sleeppy
..并且 sleeppy 已完全安装。