安装 Python3 (windows7 版)

安装 Python3 (windows7 版)_第1张图片
封封丷
安装 Python3 (windows7 版)_第2张图片
image
安装 Python3 (windows7 版)_第3张图片
image
安装 Python3 (windows7 版)_第4张图片
image
安装 Python3 (windows7 版)_第5张图片
image

测试安装是否成功

安装 Python3 (windows7 版)_第6张图片
image
安装 Python3 (windows7 版)_第7张图片
image

确认或配置环境变量

假如你在 window 系统的 cmd 命令行下输出 python 或者 pip 无效。
那就需要配置 windows 的环境变量了。

image
安装 Python3 (windows7 版)_第8张图片
image
安装 Python3 (windows7 版)_第9张图片
image
安装 Python3 (windows7 版)_第10张图片
image
安装 Python3 (windows7 版)_第11张图片
image
安装 Python3 (windows7 版)_第12张图片
image
安装 Python3 (windows7 版)_第13张图片
image
安装 Python3 (windows7 版)_第14张图片
image
安装 Python3 (windows7 版)_第15张图片
image
安装 Python3 (windows7 版)_第16张图片
image

继续测试

重新打开 cmd 命令行,输入 pythonpip 命令进行测试。

报错处理

假如报如下错误

安装 Python3 (windows7 版)_第17张图片
image

安装如下更新包
https://www.microsoft.com/zh-CN/download/details.aspx?id=49093

其他版本 https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows

你可能感兴趣的:(安装 Python3 (windows7 版))