Ubuntu中給Python安裝模塊

Python2安裝:

      1、安裝pip:sudo apt install python-pip 

      2、安裝numpy:sudo pip install numpy

      3、安裝scipy:sudo pip install scipy

Python3安裝:

      1、安裝pip:sudo apt install python3-pip 

      2、安裝numpy:sudo python3 -m  pip install numpy

      3、安裝scipy:sudo python3 -m pip install scipy

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章