python: not found 问题的解决

Posted AI浩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python: not found 问题的解决相关的知识,希望对你有一定的参考价值。

解决python: not found 问题的解决,这个问题是python的映射出现问题。

   # 查看python的映射关系
   ls -l /usr/bin/python*
   #建立映射关系,将Anaconda里面的3.7版本映射到python
   sudo ln -s /home/wh/anaconda3/bin/python3.7 /usr/bin/python
   # 删除映射关系
   sudo rm /usr/bin/python

以上是关于python: not found 问题的解决的主要内容,如果未能解决你的问题,请参考以下文章

Python packaging tools not found的问题解决

EnvironmentError: mysql_config not found问题解决(centos7下python安装mysql-python)

python安装mysqlclient模块时报mysql_config not found解决方法

Python version 3.6 required, which was not found in the registry错误解决

解决:Elipse配置Jython Interpreters时报错Error: Python stdlib source files not found

maven出现Dependency not found 和Could not find artifact的解决方法(已解决)