LINUX 安装python3 命令之后 python无法使用的解决办法

东东瓜 / 2024-03-15 / 原文

因为在/usr/bin/下面只有python3,没有python   使用ln -s /usr/bin/python3.6 /usr/bin/python  就可以解决