linux 存在多个版本的情况下python 命令默认寻找/usr/bin下的命令所以先find / -name python* 找一下所有的Python版本然后sudo ln /usr/bin/python /usr/bin/python3.5 ...
確定! 回上一頁