LoginSignup
5
5

More than 5 years have passed since last update.

IntelliJでリモートのPython SDKを読み込む

Posted at

IntelliJでリモートのPython SDKを指定する設定です。
ちなみにVagrant configから読み込む、てのでやりました。

ローカルには入れてないんだけど、ちょっとVMに入れたPython3系で試してみたいなーって時に。

設定

  1. File -> New Project...

  2. 左ペインからPython Moduleを選択 -> Next

  3. Configure...
    IntelliJでリモートのPython SDKを読み込む

  4. 左上のプラスマーク -> Python SDK
    IntelliJでリモートのPython SDKを読み込む

  5. Remote...
    IntelliJでリモートのPython SDKを読み込む

  6. File from Vagrant config -> VagrantFileのあるディレクトリ
    IntelliJでリモートのPython SDKを読み込む

  7. HostをリモートIPにする(Auth, keyなども自分のを設定) -> Test connection...
    IntelliJでリモートのPython SDKを読み込む

  8. Python interpreter pathの選択ボタン -> 好きなPython Interpreterを選択
    IntelliJでリモートのPython SDKを読み込む

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5