인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

강범주's profile image
강범주

asked

Free Python Tutorial (Basic) - Become a Developer in 6 Hours

finally

pip 설치가 안되요

Written on

·

216

0

pip을 설치하려 하면

pip : 'pip' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 

검증한 다음 다시 시도하십시오.

위치 줄:1 문자:1

+ pip install game

+ ~~~

    + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

 라고 하면서 안 깔려요 어떡하면 좋죠?

python

Answer

This question is waiting for answers
Be the first to answer!
강범주's profile image
강범주

asked

Ask a question