# インストール
sudo amazon-linux-extras install -y python3.8
# 確認
python3.8 -V
# venvで仮想環境構築
python3.8 -m venv py38
# activate(有効化)
source ~/py38/bin/activate
# deactivate(無効化)
deactivate
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme