tags: kubuntu setup-notes ubuntu linux title: My Kubuntu Setup Notes 2310 As for [22.04LTS](Kubuntu2204a) except * Install `python3-venv` and make a venv with `python -m venv ~/.python3-venv` and use that as the default python interpreter so that we can use pip as normal. If necessary, put the venv somewhere world readable (e.g. `/usr/py11`) so that other users can use the same venv. Symlink the `python`, `python3`, `pip`, `pip3` to `/usr/local/bin` so that this overrides the built-in python. * This is necessary since if I want to run a command via `ssh`, then there is no opportunity to activate the venv. * 2310 uses Pipewire, not pulse. So the pulse-jack arrangement that works with Reaper doesn't work.