📚 [Python3] pip 로 Django 설치시 오류

Category: Python3 | 📅 February 25, 2015

Error Msg

C:\Users\Administrator>pip
Fatal error in launcher: Unable to create process using '""...\python.exe"" "....\Scripts\pip.exe" '

원인은 잘 모름. 하지만 해결은 이렇게~

python -m pip install django 
🏷️ Tags
  • #Python3  
  • #pip