Open1

【VSCode】Pythonの開発環境におけるPathの通し方(Pythonのインタープリター指定)

まさぴょん🐱まさぴょん🐱

Pythonの開発環境におけるPathの通し方(Pythonのインタープリター指定)

uv run which python

# Output
/Users/pyupyumaru/Desktop/semantic-kernel-deep-research/backend/.venv/bin/python

IDEでのPath設定

  1. Cmd + Shift + P でコマンドパレットを開く
  2. "Python: Select Interpreter" を検索して選択
  3. 上記のパスを選択するか、手動で入力