Advertisement

Ubuntu下The program 'python' can be found in the following packages:

阅读量:

报错信息:
root@ubuntu:~# python setup.py install
The Python application is present among these package versions.

  • python-minimal
  • python3
    Try: apt install
在这里插入图片描述

解决办法:
The Python program is located within these packages.
Translation of the program 'Python' is available within these modules.
Install software package.

复制代码
    apt install python-minimal
    apt install python3
    
    
      
      
    
    代码解读

参考链接:
[Ubuntu] 用于解决程序‘make’存在于以下软件包中的问题:

全部评论 (0)

还没有任何评论哟~