正确地安装 Python 3 on Windows
2018-08-27 本文已影响0人
信使六号
这份指南是主观的,参考 The Hitchhiker’s Guide to Python。
-
单击「开始菜单」按钮,键入 PowerShell,右键单击「Windows PowerShell」,然后单击「以管理员身份运行」。
-
确保已 安装 Chocolatey。
-
现在输入
choco install python
,然后按 Enter 键。如果屏幕提示你是否想运行脚本,请输入y
以继续。