인프런 커뮤니티 질문&답변
cmder에서 python을 치면 Warning
작성
·
376
0
섹션3.장고기초 중 첫번째 강의 github에 프로젝트 만들기 수업 11분경 수업을 따라하면서 python을 치니 저는
Warning:
This Python interpreter is in a conda environment, but the environment has
not been activated. Libraries may fail to load. To activate this environment
please see https://conda.io/activation
이 떠서 경고문구에 게시되어있는 주소에 들어가 해결방법을 보고
|
C:\Anaconda3\Scripts\activate base 이 문장을 쓰면 해결된다고 하여 cmder창에 썼더니 문제해결이 되지 않았습니다
anaconda prompt에 들어가서 이 문장을 치니 anaconda prompt창 내에서는 해결이 되었지만
cmder에서 해결되지 않았고
anaconda powershell prompt 라는 프로프트가 하나 더 있길래 여기서도
이 문장을 치니 이 프롬프트에서 해결은 되었지만 cmder에서는 해결되지 않았습니다
어떻게 해야하나요??
![]() |






