1
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?

VSCodeで仮想環境を切り替える

Posted at

はじめに

ローカルにあるPythonを仮想環境内で使いたい!
ということで備忘録的に画像とともにまとめました。

仮想環境に入る

  1. 3.10.12 64-bit をクリック
    vscode1.png

  2. + 仮想環境の作成... をクリック
    vscode2.png

  3. Venv 現在のワークスペースに'.venv'仮想環境を作成します をクリック
    vscode3.png

    1. 以前構築した仮想環境でよければ、既存のものを使用 既存の".venv"環境を変更なしで使用するをクリック
    2. 新たに仮想環境を作成する場合は、削除と再作成 既存の".venv"ディレクトリを削除し、新しい".venv"環境を作成しますをクリック→完了
      vscode4.png
  4. 既存のものを使用
    3.10.12 64-bitだった部分が3.10.12 ('.venv': venv)に変わる
    vscode5.png
    ターミナルを再起動すると、作業ディレクトリ名の先頭に(.venv)がつく
    vscode6.png

削除と再作成

作成したいバージョンを選択して、1. と同じようにターミナルを再起動すると、作業ディレクトリ名の先頭に(.venv)がつく
vscode7.png

1
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
1
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?