As for 22.04LTS except
- Install
python3-venvand make a venv withpython -m venv ~/.python3-venvand 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 thepython,python3,pip,pip3to/usr/local/binso 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.
- This is necessary since if I want to run a command via
- 2310 uses Pipewire, not pulse. So the pulse-jack arrangement that works with Reaper doesn't work.