본문 바로가기
Develop

[VSCode] command 'python.execInTerminal-icon' not found

by 능지처참 2021. 7. 19.

< 문제 상황 >

VSCode에서 SSH 연결을 해서 파이썬 코드를 돌리려고 하는데 자꾸 제목과 같은 에러가 발생해서 실행을 할 수 없었다.

파이썬은 아니콘다 가상환경의 것을 사용했다.

위 문제를 해결하는 과정에서 VSCode를 다시 켰더니 아래와 같은 에러도 같이 나왔다.

Cannot activate the 'Python' extension because it depends on the 'Jupyter' extension, which is not loaded. Would you like to reload the window to load the extension?

그래서 Jupyter 확장 프로그램을 깔고 reload를 했는데도 아무런 변화도 없었다.

 

< 해결 방법 >

https://github.com/microsoft/vscode-python/issues/15972

 

Cannot activate the 'Python' extension because it depends on the 'Jupyter' extension, which is not loaded. Would you like to rel

Environment data VS Code version: 1.54.1 Extension version (available under the Extensions sidebar): v2021.3.680753044 OS and version: Local: Darwin arm64 20.3.0 (Mac M1) Remote: Ubuntu 18.04.5 LTS...

github.com

SSH에 연결된 확장프로그램 중 파이썬과 관련된 것들을 전부 지우고 새로 설치했더니 아주 멀쩡하게 잘 돌아간다.

댓글