Python是一種電腦程式設計語言。是一種物件導向的動態類型語言,最初被設計用於編寫自動化腳本(shell),隨著版本的不斷更新和語言新功能的添加,越來越多被用於獨立的、大型專案的開發。
linux怎麼卸載python?
卸載方法:
1、卸載python3.4
sudo apt-get remove python3.4
2、卸載python3.4及其依賴
sudo apt-get remove --auto-remove python3.4
3、清除python3.4
sudo apt-get purge python3.4
or
sudo apt-get purge --auto-remove python3.4
以上是linux怎麼卸載python?的詳細內容。更多資訊請關注PHP中文網其他相關文章!