Skip to main content

DockerをPycharmで使う

Project Interpreterの設定

Preference > Project: [Project Name] > Project Interpreter
  1. 歯車を押す
  2. Add Remote を選択
  3. Docker Compose にチェックを入れる
  • Server に名前
  • Configuration file(s):に docker-compose.yml を選択
  • Serviceを選択
  • Python interpreter path にdocker環境下でpythonを実行するコマンドを入力

Python Consoleの設定

Preference > Project: [Project Name] > Build, Execution, Deployment > Console > Python Console
  1. Python interpreter のドロップダウンを開く
  2. Remote Python が出てきているので、選択

インタプリタは動かない模様

参考

Unresolve Referenceと出た場合