gpt4 book ai didi

python-3.x - 如何在 Ubuntu 18.04 上将 python 版本从 3.6.0 切换到 3.6.7?

转载 作者:行者123 更新时间:2023-12-04 18:44:32 25 4
gpt4 key购买 nike

我目前在 Ubuntu 18.04 上使用 python 版本 3.6.0,并且需要使用 python 版本 >= 3.6.1 才能使用 PySlice_Unpack。

我尝试使用以下命令进行安装:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6

这些命令的输出是:
python3.6 is already the newest version (3.6.7-1~18.04). 

所以看起来我已经安装了 python 3.6.7。但是,当我运行命令 python -V、python3 -V 或 python3.6 -V 时,输出是
Python 3.6.0 :: Continuum Analytics, Inc.

在/usr/bin/我有 python2.7、python3.6、python3.6m、python3 和 python3m 的配置文件。我查看了 python3.6 和 python3 配置文件,它们都有 VERSION="3.6"。如何切换到使用 python 版本 3.6.7 而不是 3.6.0?

最佳答案

如果您需要不同版本的 Python(或您使用的 Ubuntu 版本中包含的其他版本的 Python 包),那么您可能想尝试使用 VirtualEnv ,就像在这个答案中解释的那样:https://stackoverflow.com/a/5507373/483566

关于python-3.x - 如何在 Ubuntu 18.04 上将 python 版本从 3.6.0 切换到 3.6.7?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55582933/

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