../installing-python

Fixing missing Ubuntu dependencies installing Python with RTX

Fixing the install of python via rtx (now 'mise').

Most of these modules aren't really needed by me, but I'd rather not have the errors.

apt-get install libbz2-dev libncurses5-dev libreadline-dev libyaml-dev
rtx uninstall python
rtx install python

I've not found how to install the requirements for tkinter yet. Given that rtx is compiling python, installing python-tk kind of defeats that purpose.