Python modüllerini yeni kurdum: construct
ve statlib
bununla 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 --version
Komut satırından çalıştırabileceğim bir eşdeğer var mı ?
Python sürümüm 2.7.3
.
pip list