美文网首页
正确地安装 Python 3 on Windows

正确地安装 Python 3 on Windows

作者: 信使六号 | 来源:发表于2018-08-27 10:05 被阅读0次

这份指南是主观的,参考 The Hitchhiker’s Guide to Python

  1. 单击「开始菜单」按钮,键入 PowerShell,右键单击「Windows PowerShell」,然后单击「以管理员身份运行」。

  2. 确保已 安装 Chocolatey

  3. 现在输入 choco install python,然后按 Enter 键。如果屏幕提示你是否想运行脚本,请输入 y 以继续。

相关文章

网友评论

      本文标题:正确地安装 Python 3 on Windows

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