ディレクトリの作成
python -m venv [filename=venv]
仮想環境の発動
fileのあるディレクトリの中で
source venv/bin/activate
終了
deactivate
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
ディレクトリの作成
python -m venv [filename=venv]
仮想環境の発動
fileのあるディレクトリの中で
source venv/bin/activate
終了
deactivate
Register as a new user and use Qiita more conveniently
Go to list of users who liked