1. 程式人生 > 其它 >Linux環境下安裝Python第三方庫

Linux環境下安裝Python第三方庫

技術標籤:軟體的使用linuxpython

更新軟體源

sudo apt-get update

安裝pip第三方庫管理工具

sudo apt-get install python-pip

命令列安裝第三方庫的命令

 
sudo apt-get install python-numpy