gpt4 book ai didi

python - 在 Mac OS X 上的 python 2.7 和 python 3.5 之间切换

转载 作者:IT老高 更新时间:2023-10-28 20:32:47 26 4
gpt4 key购买 nike

我通常使用 Python 2.7,但最近在 Mac OS X 上使用 Miniconda 安装了 Python 3.5。为这两个版本的 python 安装了不同的库。现在,在终端中输入关键字 'python' 或 'python3' 会调用 python 3.5,并且 'python2' 返回 '-bash: python2: command not found'。我现在如何分别使用别名“python2”和“python3”专门调用它们?

我目前正在使用 OS X El Capitan。

最佳答案

恕我直言,在 macOS 上使用两个不同 Python 版本的最佳方法是通过 homebrew。之后 installing homebrew在 macOS 上,在终端上运行以下命令。

brew install python@2
brew install python

现在您可以通过调用 python2 运行 Python 2.7 或通过调用 python3 运行 Python 3。除此之外,您还可以使用virtualenvpyenv管理不同版本的 python 环境。

我从未亲自使用过miniconda但来自 the documentation,看起来类似于结合使用pipvirtualenv

关于python - 在 Mac OS X 上的 python 2.7 和 python 3.5 之间切换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34680228/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com