title Building CHIRP for ham radio programming (on x86_64 GNU/Linux) user strick ip 75.144.20.99 vol 1 lock ******** [ works for me, in December 2020 ] Download Source Tarball *.tar.gz file from /tt https://trac.chirp.danplanet.com/chirp_daily/LATEST/ Chdir somewhere (/tmp/ would do) and unpack it (correct the filename): /tt tar xzf ~/Download/chirp-daily-20201221.tar.gz Chdir into the directory it just made: /tt chirp-daily-20201221 I did not plan on installing it anywhere, so I just build for local use: /tt python2 ./setup.py build Then run the chirpw command: /tt PYTHONPATH=build/lib.linux-x86_64-2.7/ python2 build/scripts-2.7