Je viens d'installer les modules python: constructet statlibavec setuptoolscomme ça:
# 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
Je veux pouvoir (par programmation) vérifier leurs versions. Existe-t-il un équivalent que python --versionje peux exécuter à partir de la ligne de commande?
Ma version python est 2.7.3.
pip list
