HEROIC 2021 > Python > Ubuntu (含 WSL) でpyenv をシステムワイドにインストールして python 3.8.5 をインストール Ubuntu (18.04 LTS) は本稿執筆時点で,python3 (3.6.9) がインストールされているが,これも本稿執筆時点での macOS, Windows のバージョンに合わせて(近づけて)みようということで,/usr/local に pyenv をインストールして python 3.8.5 をインストールするメモ。 sudo apt update; sudo apt upgrade sudo apt install git sudo git clone https://github.com/pyenv/pyenv.git /usr/local/pyenv sudo git clone https://gith