-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory python多版本造成额问题 找不到python的路径 所以保持 -查找python#whereis pythonpython ...
造成的原因是之前对python进行了一个备份,当python出现多版本也会出现这个情况 ...
2019-12-04 17:23 0 686 推荐指数:
-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory python多版本造成额问题 找不到python的路径 所以保持 -查找python#whereis pythonpython ...
报错:-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory python多版本造成额问题 找不到python的路径 所以保持 -查找python ...
问题描述 今天升级公司产品,结果安装过程中要用到yum,然而yum命令执行报错:“-bash: /usr/bin/yum: /usr/bin/python3.7: bad interpreter: No such file or directory” 查看python ...
[root@test67 ~]# yum install -y perl perl-devel ...
今天在电脑上写了一个Python脚本,写好之后用ftp传上去,然后执行/var/www/cron.py,结果报错,/bin/usr/python: bad interpreter: No such file or directory,之前都是执行python /var/www/cron.py都没 ...
bash: /usr/bin/autocrorder: /usr/bin/python^M: bad interpreter: No such file or directory 这篇文章主要介绍了bash: /usr/bin/autocrorder: /usr/bin ...
安装 MySQL 初始化时,报错如下: [root@hcdb1 ~]# /usr/local/mysql/scripts/mysql_install_db --defaults-file=/etc/my.cnf --basedir=/usr/local/mysql --datadir=/data ...
bash: /usr/bin/python3: No such file or directory 原因为/usr/bin/下无python3或软连接,用ln -s /usr/local/python3.9.7/bin/python3 /usr/bin/python3即可 ...