所以我读过这个 - https://wiki.archlinux.org/index.php/Python
从这个wiki可以清楚地看到我可以通过安装Python 2.7.2
pacman -S python2
Run Code Online (Sandbox Code Playgroud)
我为python2创建一个符号链接是否合理
ln -s python2 /usr/bin/python
Run Code Online (Sandbox Code Playgroud)
如果我不认为自己很快就会切换到python 3.0?或者有更好的方法来管理多个python版本,就像我通常在debian系统(update-alternatives --config python)或mac os x系统(python select)上使用的那样?
澄清: