I want to upgrade from Python 3.8 to 3.9.
I've got several command line apps, linked in ~/.local, which I installed with pip.
Is there a way to get 3.8 pip to give me a list of everything it's got installed, so I can uninstall 3.8 and then reinstall them under 3.9?
This is Ubuntu 20.04 LTS.