আমি শুধু ইনস্টল পাইথন মডিউল: 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
