각종 기술정보

윈도우11 파이썬 환경변수 설정 안될때 해결방법 Setting system path for Python on Windows 11

수학화 2023. 4. 11. 14:28

윈도우 11에서 파이썬을 사용하려고 공식홈페이지에서 설치했습니다. 설치 과정에서 환경변수 설정 옵션도 체크했는데, cmd에서 파이썬 실행이 되지 않고 python을 입력하면 Windows store가 뜨더군요. 고급 시스템 설정에서 시스템 변수 path에 입력하는 것도 소용이 없었습니다. 윈도우 10과 달리 앱으로 설치된 경우에만 허용하는 것 같습니다.

따라서 해결책은 처음부터 Windows store에서 파이썬 최신 버전을 설치하는 것으로 보입니다. 이 글을 쓰는 현재 최신 버전인 Python 3.11은 다음 링크에서 설치하실 수 있습니다. 설치 과정에서 별도의 설정은 지원하지 않아 아쉽습니다.

https://www.microsoft.com/store/productId/9NRWMJP3717K

 

Get Python 3.11 from the Microsoft Store

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, m

apps.microsoft.com

 

반응형