파이썬 패키지를 다운로드 할 때 위의 명령을 사용해야하는 경우에 대해 약간 혼란 스럽습니다. 이 질문에 대한 답변에 따라 pyudev라는 패키지를 다운로드하려고했습니다 . 나는이 명령을 실행했다 :
sudo pip install python-pyudev
그러나 다음과 같은 메시지를 받았습니다 :
Downloading/unpacking python-pyudev
Could not find any downloads that satisfy the requirement python-pyudev
Cleaning up...
No distributions at all found for python-pyudev
Storing complete log in /home/vineet/.pip/pip.log
그러나 다음은 잘 작동했습니다.
sudo apt-get install python-pyudev
언제 apt-get
패키지를 설치하는 데 사용되는 가정하고 언제 python-pip
사용?
pip
파이썬 패키지 만apt-get
설치하는 데 사용 되지만 모든 패키지를 설치하는 데 사용됩니다.