rpm -qa|grep python2|xargs rpm -ev --allmatches --nodeps
whereis python2 |xargs rm -frv
whereis python
上一篇:tensorflow自定义激活函数(带有条件判断)
下一篇:【Scala专栏】方法和函数