当默认arandr
的inkscape
Python 版本被update-alternatives --config python
.
如何防止自己将来将默认 Python 版本设置为 Python-3,就像我们为/etc/resolv.conf
by所做的那样chattr +i /etc/resolv.conf
?
答案1
如何防止自己将来将默认 Python 版本设置为 Python-3
从以下位置删除 python 版本update-alternatives
:
sudo update-alternatives --remove-all python
将来执行以下命令
sudo update-alternatives --config python
将向您展示:
update-alternatives: error: no alternatives for python3