Linux-使用python命令时提示:bash: python: command not found
使用python命令时提示:bash: python: command not found
查看版本:
python --version
bash: python: command not found
whereis python
创建软链接:
ln -s /usr/bin/python3.6 /usr/bin/python
再次查看版本:python --version