Pybombs configuration

5,756

Pybombs installer is a python script its self, you need to call python when you run the installer.

Download and extract pybombs.zip

wget https://github.com/gnuradio/pybombs/archive/master.zip
unzip ~/pybombs-master.zip

Move to the extracted directory and run setup.py

cd ~/pybombs-master
sudo python setup.py install

When you configure you must first change to the directory where pybomb is installed

cd /usr/local/bin
./pybombs config

Tested on 15.10

Share:
5,756

Related videos on Youtube

Mohamed Youseif
Author by

Mohamed Youseif

Updated on September 18, 2022

Comments

  • Mohamed Youseif
    Mohamed Youseif almost 2 years

    I'm a new user to pybombs - there is an error message when I run this command to configure it:

     sudo ./pybombs config
    

    Error:

    sudo: ./pybombs: command not found
    
  • Mark Kirby
    Mark Kirby over 8 years
    Welcome to AskUbuntu! If this is the answer you are looking for please click the check mark on the left to say thanks and allow others to find the right answer, if not, please give feedback.
  • Mohamed Youseif
    Mohamed Youseif over 8 years
    Pybombs had been installed , byt when i run this command it gives that there is no command like that as mentioned in my question The command : ./pybombs config