you can use pybombs, just let a one gnuradio install by default (source
code or by apt) and install other with pybombs, follow this steps:
1. install pybombs
2. configure the prefix by gnuradio3.7 (or 3.8), you can make this with:

pybombs prefix init ~/gnuradio-3.7 (or ~/gnuradio-3.8 or ~/gr37 or whatever)

3. configure the setup_env.sh file in the prefix in order to work with python3

4. typing in console source setup_env.sh

5. install gnuradio with:

pybombs install gnuradio37


El mar., 24 de dic. de 2019 a la(s) 12:02, <discuss-gnuradio-requ...@gnu.org>
escribió:

> Send Discuss-gnuradio mailing list submissions to
>         discuss-gnuradio@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> or, via email, send a message with subject or body 'help' to
>         discuss-gnuradio-requ...@gnu.org
>
> You can reach the person managing the list at
>         discuss-gnuradio-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Discuss-gnuradio digest..."
>
>
> Today's Topics:
>
>    1. Coexistence of Gnuradio 3.7 and 3.8 on one PC (dd...@dd0vs.de)
>    2. Re: Coexistence of Gnuradio 3.7 and 3.8 on one PC (Andrej Rode)
>    3. Re: Coexistence of Gnuradio 3.7 and 3.8 on one PC (dd...@dd0vs.de)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 23 Dec 2019 18:50:31 +0100
> From: dd...@dd0vs.de
> To: discuss-gnuradio@gnu.org
> Subject: Coexistence of Gnuradio 3.7 and 3.8 on one PC
> Message-ID: <20191223185031.53ed5...@dd0vs.de>
> Content-Type: text/plain; charset=US-ASCII
>
> Dear Readers,
>
> i am using Gnuradio 3.7 on a Raspberry Pi 4 (SDRPlay image v0.6). This
> reduces compilation effort for RSP1 and B205 usage drastically.
>
> Is there a way to compile and install GR3.8 in parallel to GR3.7?
> Do i need to build uhd-module new?
>
> Regards, Merry X-Mas and vy 73
> Harald
> DD0VS
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 23 Dec 2019 20:27:31 +0100
> From: Andrej Rode <m...@andrejro.de>
> To: dd...@dd0vs.de
> Cc: discuss-gnuradio@gnu.org
> Subject: Re: Coexistence of Gnuradio 3.7 and 3.8 on one PC
> Message-ID: <20191223202731.3251a2cb@FlyingDutchman>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Harald,
>
> if you want to have GNU Radio 3.7 & 3.8 on the same machine I recommend
> to have both installed in a non-default search path for libraries.
> Applications linking to GNU Radio then have to set LD_LIBRARY_PATH,
> PYTHONPATH, GR_BLOCKS_PATH accordingly to point to the non-default
> search path.
>
> Otherwise you will end up with applications using the wrong version or
> even mixing both versions.
> Unfortunately this wouldn't be compatible with a precompiled SDRPlay
> image (I assume GNU Radio is installed in the default search path
> there).
>
> Maybe someone else has a better suggestion.
>
> Cheers
> Andrej
>
> On Mon, 23 Dec 2019 18:50:31 +0100
> dd...@dd0vs.de wrote:
>
> > Dear Readers,
> >
> > i am using Gnuradio 3.7 on a Raspberry Pi 4 (SDRPlay image v0.6). This
> > reduces compilation effort for RSP1 and B205 usage drastically.
> >
> > Is there a way to compile and install GR3.8 in parallel to GR3.7?
> > Do i need to build uhd-module new?
> >
> > Regards, Merry X-Mas and vy 73
> > Harald
> > DD0VS
> >
> >
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 833 bytes
> Desc: OpenPGP digital signature
> URL: <
> https://lists.gnu.org/archive/html/discuss-gnuradio/attachments/20191223/153a809d/attachment.sig
> >
>
> ------------------------------
>
> Message: 3
> Date: Mon, 23 Dec 2019 20:59:33 +0100
> From: dd...@dd0vs.de
> To: Andrej Rode <m...@andrejro.de>
> Cc: dd...@dd0vs.de, discuss-gnuradio@gnu.org
> Subject: Re: Coexistence of Gnuradio 3.7 and 3.8 on one PC
> Message-ID: <20191223205933.16f7f...@dd0vs.de>
> Content-Type: text/plain; charset=US-ASCII
>
> Hello Andrej, all,
>
> i can not exactly say yes to your question but i looks to me, that
> gnuradio is installed in a usual path.
>
> Basically i have to wait for gr 3.8 ready for RPI4.
>
> Thanks for the answer.
> Regards
> Harald
> DD0VS
>
>  Am Mon, 23 Dec 2019 20:27:31 +0100
> schrieb Andrej Rode <m...@andrejro.de>:
>
> > Hi Harald,
> >
> > if you want to have GNU Radio 3.7 & 3.8 on the same machine I
> > recommend to have both installed in a non-default search path for
> > libraries. Applications linking to GNU Radio then have to set
> > LD_LIBRARY_PATH, PYTHONPATH, GR_BLOCKS_PATH accordingly to point to
> > the non-default search path.
> >
> > Otherwise you will end up with applications using the wrong version or
> > even mixing both versions.
> > Unfortunately this wouldn't be compatible with a precompiled SDRPlay
> > image (I assume GNU Radio is installed in the default search path
> > there).
> >
> > Maybe someone else has a better suggestion.
> >
> > Cheers
> > Andrej
> >
> > On Mon, 23 Dec 2019 18:50:31 +0100
> > dd...@dd0vs.de wrote:
> >
> > > Dear Readers,
> > >
> > > i am using Gnuradio 3.7 on a Raspberry Pi 4 (SDRPlay image v0.6).
> > > This reduces compilation effort for RSP1 and B205 usage drastically.
> > >
> > > Is there a way to compile and install GR3.8 in parallel to GR3.7?
> > > Do i need to build uhd-module new?
> > >
> > > Regards, Merry X-Mas and vy 73
> > > Harald
> > > DD0VS
> > >
> > >
> >
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
> ------------------------------
>
> End of Discuss-gnuradio Digest, Vol 206, Issue 23
> *************************************************
>

Reply via email to