Mannually package installation:
wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
sudo tar xzf Python-2.7.18.tgz
cd Python-2.7.18
sudo ./configure --enable-optimizations
sudo make altinstall
WSL python版本转换
sudo update-alternatives --list python
sudo update-alternatives --config python
References:
[SOLVED] Install python2 on ubuntu 23.04 ?! (ubuntuforums.org)