Właśnie zainstalowałem moduły Pythona: constructi statlibw setuptoolsten sposób:
# 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
Chcę mieć możliwość (programowego) sprawdzenia ich wersji. Czy istnieje odpowiednik, który python --versionmożna uruchomić z wiersza polecenia?
Moja wersja Pythona to 2.7.3.
pip list
