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

 

posted @ 2023-07-04 10:53  小肥猪片儿的小小笔记  阅读(539)  评论(0编辑  收藏  举报