ฉันใช้ Ubuntu 14.04 กับ Python 2.7.6 ผมได้ติดตั้งmatplotlib
สำหรับงูหลาม 2 ตอนนี้ผมเพิ่งติดตั้ง Python 3.4.2 pyenv install 3.4.2
ใช้ ฉันวิ่งpip install matplotlib
ไปติดตั้งmatplotlib
สำหรับ Python 3 ภายหลังฉันค้นพบแพ็คเกจpython3-matplotlib
สำหรับ Ubuntu 14.04 ฉันสงสัยว่าฉันควรใช้sudo apt-get install python3-matplotlib
แทนไหม วิธีที่ต้องการในการติดตั้งmatplotlib
สำหรับ Python 3 แบบคู่กับ Python 2 matplotlib
คืออะไร?
pip
ติดตั้งการติดตั้งนั่นคือ:pip uninstall matplotlib
แล้วเรียกใช้sudo apt-get install python3-matplotlib
?