gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
416 stars 190 forks source link

Be smart about asking for elevated privileges #304

Open mbr0wn opened 8 years ago

mbr0wn commented 8 years ago

Let's say your prefix is in /usr/ or somewhere else on the system. Currently, you need to run sudo pybombs, but then everything is run elevated.

If we add some smarts, we can run only the parts the need higher privileges as such. See issue #303 .

mbr0wn commented 8 years ago

Your prefix should be /usr/local. Not /usr/. Ignore that.