mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-04 09:47:02 +00:00
pybombs will ask for root's password if required.
Calling pybombs with sudo was causing problems (it does not find recipes)
This commit is contained in:
parent
2b7175083f
commit
2eb4973fed
@ -52,9 +52,9 @@ $ python setup.py build
|
||||
$ sudo python setup.py install
|
||||
$ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git
|
||||
$ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git
|
||||
$ sudo pybombs prefix init /usr/local -a myprefix
|
||||
$ pybombs prefix init /usr/local -a myprefix
|
||||
$ pybombs config default_prefix myprefix
|
||||
$ sudo pybombs install gnuradio gr-osmosdr armadillo glog
|
||||
$ pybombs install gnuradio gr-osmosdr armadillo glog
|
||||
~~~~~~
|
||||
|
||||
Other installation and configuration options are available from https://github.com/gnuradio/pybombs
|
||||
|
Loading…
x
Reference in New Issue
Block a user