37
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio Code のデバッグで、virtualenv, venv のPython仮想環境を使う

Last updated at Posted at 2018-06-12

VS Code で venv 使ってデバッグするにはどうすればいいのか…

stack overflow で venv 起動してから code . で環境変数引き継げる、とかあったけど Windows だとうまく動かなかった。

いつも通り、 venv virtualenv 等を作る

>python -m venv .venv

VS Code のデバッグ環境を作っておく。

参考:VSCodeでPythonをデバッグする

VS Code の設定で python の実行環境を選択する

2018-06-12_11h52_48.png

コマンドから変更する方法は見つからなかった。

公式ドキュメントに書いてあった。

2018-08-11_12h22_09.png

Ctrl + Shift + P でコマンドパレット出して、Python: Select Interpreter

ドキュメントはきちんと読もう。

参考

virtualenvのPython仮想環境をVisual Studio Codeにも有効させる

37
34
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
37
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?