난 그냥 파이썬 모듈을 설치 : 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