【问题标题】:How to use the default python rather than the anaconda installation when called from the terminal in windows从 Windows 中的终端调用时如何使用默认的 python 而不是 anaconda 安装
【发布时间】:2021-01-10 13:05:58
【问题描述】:

我想使用从 python.org 安装的 python。但是 anaconda 环境正在覆盖该环境。如何从路径中删除它或者有没有解决这个问题的机会

【问题讨论】:

  • 为什么不卸载 anaconda
  • python的anaconda安装和python的vanilla安装是什么版本

标签: python-3.x windows anaconda


【解决方案1】:

这是因为在安装 anaconda 时您刚刚检查了 ADD TO PATH 选项。甚至 anaconda 也不推荐这一步。
您不必从路径中删除 anaconda,它可能会产生另一个问题

  1. 转到环境变量
  2. 点击路径 --> 编辑
  3. figure所示,将python路径移至最上方即可 点击“上移”按钮。
  4. 单击确定 --> 确定 --> 确定

【讨论】:

    猜你喜欢
    • 2014-08-31
    • 2022-11-29
    • 2017-06-27
    • 2017-12-18
    • 2020-12-11
    • 2022-11-06
    • 1970-01-01
    • 2014-05-11
    • 1970-01-01
    相关资源
    最近更新 更多