• Q: I use Ubuntu and my Python version is too old (works also for WSL).
    • Solution: Install a PPA for Python 3.11.
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.9 -y