我有麻烦了,我不想重新安装 OS
I am in trouble, I don't want to reinstall the OS again
我想在 Ubuntu 中安装 python3.7,所以我通过
删除了 python3.4
sudo apt-get remove python3.4<br>
sudo apt-get purge python3.4
这才发现不对,有些系统文件是python3.4.
写的
通过输入 sudo apt-get install python3.7-minimal
,我得到 unable to locate python3.7-minimal
couldn't find any package by regex python3.7-minimal
我真的很害怕,我不想再重装OS了!
我能做什么?
删除 Python 极不可能对您的系统造成任何损坏。如果您看到了这方面的证据,请提出有关该证据的问题。
然而,Python 3.7 在 Ubuntu 14 上是一个非常新的 Python 在一个非常旧的 Ubuntu 上。 Ubuntu 肯定没有官方软件包,甚至 Jonothon F and deadsnakes 的流行 PPA 也不支持这种组合。
如果您无法升级到更新的 Ubuntu,那么您将不得不尝试自己编译 Python 3.7。有很多这方面的指南,但通常不适合胆小的人。你可以开始 here.
我想在 Ubuntu 中安装 python3.7,所以我通过
删除了 python3.4sudo apt-get remove python3.4<br>
sudo apt-get purge python3.4
这才发现不对,有些系统文件是python3.4.
写的通过输入 sudo apt-get install python3.7-minimal
,我得到 unable to locate python3.7-minimal
couldn't find any package by regex python3.7-minimal
我真的很害怕,我不想再重装OS了!
我能做什么?
删除 Python 极不可能对您的系统造成任何损坏。如果您看到了这方面的证据,请提出有关该证据的问题。
然而,Python 3.7 在 Ubuntu 14 上是一个非常新的 Python 在一个非常旧的 Ubuntu 上。 Ubuntu 肯定没有官方软件包,甚至 Jonothon F and deadsnakes 的流行 PPA 也不支持这种组合。
如果您无法升级到更新的 Ubuntu,那么您将不得不尝试自己编译 Python 3.7。有很多这方面的指南,但通常不适合胆小的人。你可以开始 here.