51
64

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VS CodeでPythonの仮想環境を構築する(windows)

51
Last updated at Posted at 2024-04-01

この記事は個人ブログへ移転しました。
https://miyadev.com/python-venv

Python仮想環境

Python3の標準ライブラリであるvenvを用いて仮想環境を構築します。
仮想環境はプロジェクトによってバージョン、ライブラリを使い分けるために使用します。

venvで仮想環境を作成する

51
64
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
51
64

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?