Delete centos7 in comes with python2.7

(1) forcibly remove the installed python and its affiliates

rpm -qa|grep python|xargs rpm -ev --allmatches --nodeps

(2) delete the residual file

whereis python|xargs rm -frv
Published 13 original articles · won praise 3 · Views 4226

Guess you like

Origin blog.csdn.net/qq_43320461/article/details/98886457