美文网首页
安装 Python 3 与 Anaconda 3 on Wind

安装 Python 3 与 Anaconda 3 on Wind

作者: 信使六号 | 来源:发表于2018-10-06 19:45 被阅读0次
  1. 单击「开始菜单」按钮,键入 PowerShell,右键单击「Windows PowerShell」,然后单击「以管理员身份运行」。

  2. 确保已 安装 Chocolatey

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

  4. 现在输入 choco install anaconda3 --params '"/JustMe /DoNotRegister"',然后按 Enter 键。

相关文章

网友评论

      本文标题:安装 Python 3 与 Anaconda 3 on Wind

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