discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] setup_env.sh on 3.8-maint for python3


From: Eric Blossom
Subject: [Discuss-gnuradio] setup_env.sh on 3.8-maint for python3
Date: Thu, 26 Sep 2019 15:56:11 -0700

Hi Folks!

I'm building gnuradio using pybombs on Ubuntu 18.04 (x86_64)

My intention is to have it use python3.

When I do this:

sudo pip3 install PyBOMBS
pybombs auto-config
pybombs recipes add-defaults
pybombs prefix init ~/gr/default -a default -R gnuradio-default

It builds, and generates python3 code, however setup_env.sh references 2.6 and 2.7.

Am I missing something?

The config seems reasonable:

    default$ pybombs config
    PyBOMBS.ConfigManager - INFO - Prefix Python version is: 3.6.8
    PyBOMBS - INFO - PyBOMBS Version 2.3.3
    PyBOMBS.config - INFO - Using config file: /home/eric/.pybombs/config.yml
    python_ver: 3.6.8
      - Python version for this prefix
    default_prefix: default
      - Default Prefix
    git-cache: /home/eric/.pybombs/gitcache
      - Path to git reference repository (git cache)
    makewidth: 4
      - Concurrent make threads [1,2,4,8...]
    elevate_pre_args: ['sudo', '-H']
      - For commands that need elevated privileges, prepend this
    packagers: apt,pymod,pip,pkgconfig,cmd
      - Priority of non-source package managers
    keep_builddir:
      - When rebuilding, default to keeping the build directory
    builddocs: ON
      - Build doxygen while compiling packages? options are: ON, OFF
    cmakebuildtype: RelWithDebInfo
      - CMAKE_BUILD_TYPE args to pass to cmake projects, options are: Debug, Release, RelWithDebInfo, MinSizeRel

I've worked around it by editing setup_env.sh.  Is there a better fix?  Where would it go?

Thanks for all of your efforts!  Super happy to see 3.8.0.0 released!

Eric


reply via email to

[Prev in Thread] Current Thread [Next in Thread]