Debian Stretch에서 spyder3 설치 및 실행

Debian Stretch에서 spyder3 설치 및 실행

Debian Stretch 저장소의 안정 버전(3.1.3)은 약간 오래되었습니다(https://packages.debian.org/search?keywords=spyder3).

그래서 .dll을 통해 버전 3.2.6을 설치했습니다 pip3 install spyder --user.

어떻게 실행할 수 있나요? 시험을 마친: spyder, spyder3, python3-spyder python3 spyder. 올바르게 설치되었으며 대화형 셸로 가져올 수 있습니다.

답변1

다음을 통해 설치한 후 IDE를 실행합니다 pip.

설치된 위치를 찾으십시오 pip3 show spyder. 다음과 같습니다: .local/lib/python3.5/site-packages.

하위 디렉토리로 이동 spyder/app/하면 알 수 있습니다 start.py. 그것을 실행하십시오 python3 start.py.

관련 정보