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、、、spyder3python3-spyder python3 spyder正しくインストールされ、インタラクティブシェルにインポートできます。

ベストアンサー1

次の方法でインストールした後、IDEを実行しますpip

取り付けられている場所を見つけますpip3 show spyder。次のようになります.local/lib/python3.5/site-packages

サブディレクトリに移動するspyder/app/とわかりますstart.py。それを実行してくださいpython3 start.py

おすすめ記事