Use a different grc.conf per prefix. You could add an export to setup_env.sh
export GRC_PREFS_PATH=/full/path/to/grc.conf Sometimes you're trying to see whether flowgraphs work across versions, sometime you know they don't, so there's no one right way to set up. On Sat, Aug 21, 2021 at 2:54 PM Paul Atreides <maud.dib1...@gmail.com> wrote: > I'm using 3 pybombs prefixes, but every time I switch between them i have > to delete /home/user/.gnuradio and let it autogenerate because all the > block paths are hardcoded to the last gnuradio version i used (i.e. > /home/user/prefix/gr39/...), if I don't delete the directory, when I open > GRC in, for example my 3.8 prefix, it tries to pull in all the flowgraphs > from the 3.9 session, some of which don't work. > What's the proper way to allow each prefix to have it's own recent history > and preferences? > > >