“Proper way” to manage multiple versions of Python on archlinux

前端 未结 7 923
不知归路
不知归路 2020-12-15 18:24

So I have read this - https://wiki.archlinux.org/index.php/Python

And it is clear from this wiki that I can install Python 2.7.2 via

pacman -S pytho         


        
7条回答
  •  天涯浪人
    2020-12-15 18:32

    No, there is no better way to do this. The python symlink is part of the Python 3 package.

    I guess changing this link won't break anything for now but it might be possible that some packages will depend on it in the future.

提交回复
热议问题