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設定
- Cmd + Shift + P でコマンドパレットを開く
- "Python: Select Interpreter" を検索して選択
- 上記のパスを選択するか、手動で入力