コスギデンサン >> 情報系メモ >> Python

Python Virtual Env

仮想環境の作成
$ python -m venv venv
※ 2番目のvenvは任意の環境名

仮想環境の有効化
$ source venv/bin/activate