강의

멘토링

로드맵

Inflearn Community Q&A

beomjugang41556's profile image
beomjugang41556

asked

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

finally

pip 설치가 안되요

Written on

·

278

0

pip을 설치하려 하면

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

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

위치 줄:1 문자:1

+ pip install game

+ ~~~

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

    + FullyQualifiedErrorId : CommandNotFoundException

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

python

Quiz

What is the main purpose of exception handling?

To speed up code execution

To prevent program crashes on error

To automatically complete variable names

To set database access permissions

Answer

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

asked

Ask a question