美文网首页
安装 Python3.6

安装 Python3.6

作者: 比卡_没有丘 | 来源:发表于2019-03-20 01:22 被阅读0次
image image image image image

测试安装是否成功

image image

确认或配置环境变量

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

image image image image image image image image image image

继续测试

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

报错处理

假如报如下错误

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.6

      本文链接:https://www.haomeiwen.com/subject/nqhamqtx.html