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
414 stars 189 forks source link

Include both pythonX and pythonX.Y in PYTHONPATH #575

Closed argilo closed 4 years ago

argilo commented 4 years ago

When I build GNU Radio 3.8 with PyBOMBS on Ubuntu 20.04, most of the Python modules end up in prefix/lib/python3/*. But PyBOMBS only adds prefix/lib/python3.8/* to the PYTHONPATH in setup_env.sh. To fix this, I've extended the conservative_guess list to include both pythonX and pythonX.Y.