0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PyCharm(Professional)上でWSL環境内のPoetry環境を使う

Posted at

検索したら英語しか出てこなくて困ったので......
Communityでもやればできるかもですが未検証です。

(プロジェクト内に仮想環境を作っておく)

(必要であれば)

poetry config virtualenvs.in-project true

でプロジェクト内に仮想環境を作るようにする。

poetry install

などで実際に環境を作っておくのを忘れずに。

PyCharmで選択

Professional版にて、SettingsProjectや右下のインタプリタ選択などからAdd New Interpreterを探し、On WSLを選択。(Community版だとおそらくこれが無い)
image.png

Virtual Environmentの上のEnvironmentのラジオボタンをExistingに。
image.png
その下のInterpreter右の...から、作ってある仮想環境の.venvを探し、その中のbin内のPythonのファイルを選択する。(プロジェクト内に仮想環境がある場合は以下の画像のようにProject Directoryに移動すると楽です)

image.png

これで仮想環境内のパッケージをimportしようとしてエラーが出なければたぶんOK

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?