ฉันเพิ่งติดตั้งโมดูลหลาม: construct
และstatlib
ด้วยsetuptools
สิ่งนี้:
# Install setuptools to be able to download the following
sudo apt-get install python-setuptools
# Install statlib for lightweight statistical tools
sudo easy_install statlib
# Install construct for packing/unpacking binary data
sudo easy_install construct
ฉันต้องการตรวจสอบเวอร์ชันของพวกเขา (โดยทางโปรแกรม) มีเทียบเท่ากับpython --version
ฉันสามารถเรียกใช้จากบรรทัดคำสั่งหรือไม่
2.7.3
รุ่นหลามของฉันคือ
pip list