Python modüllerini yeni kurdum: constructve statlibbununla 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
Sürümlerini (programlı olarak) kontrol etmek istiyorum. python --versionKomut satırından çalıştırabileceğim bir eşdeğer var mı ?
Python sürümüm 2.7.3.
pip list
