Install sonic pi 3.2 dev on ubuntu 18.04 LTS

Thanks, that did help. It led me down a path that at least got SP 2.10 working on my real machine. :slight_smile:

For Kubuntu 18.04 LTS :
sudo apt install sonic-pi sonic-pi-server-doc supercollider pulseaudio-module-jack
In qjackctl: Setup > Options: “Execute script after Startup:” pacmd set-default-sink jack_out

To run sonic-pi:
In qjackctl: Press Start
sonic-pi &

There’s probably a way to start jack directly but this works.
If I get brave, maybe I’ll have another shot at compiling SP3. Meanwhile it looks like 2.10 for me.

Thanks!