选择python的版本
Posted msdnchina
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了选择python的版本相关的知识,希望对你有一定的参考价值。
6.2.3. Configuring the unversioned Python
System administrators can configure the unversioned python
command on the system using the alternatives
command. Note that the required package, either python3
or python2
, needs to be installed before configuring the unversioned command to the respective version.
To configure the unversioned python
command to Python 3 directly, run:
alternatives --set python /usr/bin/python3
Use an analogous command if you choose Python 2.
Alternatively, you can configure the unversioned python
command interactively:
-
Run the following command:
alternatives --config python
- Select the required version from the provided list.
To reset this configuration and remove the unversioned python
command, run:
alternatives --auto python
以上是关于选择python的版本的主要内容,如果未能解决你的问题,请参考以下文章