linux操作python
生活随笔
收集整理的這篇文章主要介紹了
linux操作python
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
?
Linux安裝python3:
sudo apt-get install python3.5
安裝python庫
sudo apt-get install python3-setuptools
sudo easy_install3 pip
sudo pip3 install pyserial(pyserial替換成需要的第三方庫)
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
?
轉(zhuǎn)載于:https://www.cnblogs.com/wl2017/p/10797278.html
總結(jié)
以上是生活随笔為你收集整理的linux操作python的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python-5-字符串方法
- 下一篇: Linux 系统工具