I am trying to install GNU radio on win64 using Git Bash following the instruction shown here
but I got this error when running ./pybombs config
:
/bin/env: python2: No such file or directory
I already followed the instruction here
but it didn't work. There is a difference in the error that I'm getting since it's looking for python2
rather that python
..Also, when I check using which python
and python --version
everything seems to be OK.
Do you know any solution to this problem ?
Update : There is a difference in the error that I'm getting since it's looking for python2
rather that python
here