[op25-dev] Some help with Error in `python' please

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/op25-dev@lists.osmocom.org/.

gnorbury@bondcar.com [op25-dev] op25-dev at yahoogroups.com
Wed Apr 18 00:54:13 UTC 2018


You can have both versions reside on the same machine (virtual or real) but only one can be "installed" in /usr/local at a time.  I accomplish this by cloning the various repos into separate directories then sym-linking the one I want to use to "~/op25" prior to running a 'make install'. 

e.g.
git clone https://git.osmocom.org/op25 https://git.osmocom.org/op25 op25.max
git clone https://github.com/boatbod/op25 https://github.com/boatbod/op25 op25.boat
ln -s ~/op25.max ~/op25
cd ~/op25/build
cmake ../
make
sudo make install

cd ~
rm op25
ln -s op25.boat op25
cd ~/op25/build
cmake ../
make
sudo make install

As an aside, it's very easy to run multiple instances of the same version on the same machine by using different startup scripts and config files.  I do this for my broadcastify streams with very good success.

Graham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/op25-dev/attachments/20180418/dd85b7d0/attachment.htm>


More information about the op25-dev mailing list