码迷,mamicode.com
首页 > 编程语言 > 详细

linux_ubuntu16.04简单卸载python3。

时间:2018-01-13 16:55:19      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:blog   简单   nbsp   python3.4   sudo   /usr   class   get   linu   

sudo apt autoremove python3.4

sudo apt-get remove python3.5

更改python启动名

cd /usr/bin 
rm python3
ln -s python3.6m python3

 

linux_ubuntu16.04简单卸载python3。

标签:blog   简单   nbsp   python3.4   sudo   /usr   class   get   linu   

原文地址:https://www.cnblogs.com/bkylkh/p/8279284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!