On 21/10/2011 3:20 PM, Daniel Dekst wrote:

Thanks, no further error.
'make check' returns no rule to make check, but we can 'make install' without error. A problem is that the PYTHONPATH is not set, so we get error 'cannot find gnuradio' when we are trying to run an example.
Even though I put
export PYTHONPATH=/usr/local/lib/python2.6/site-packages
in ~/.bashrc and ~/.profile
it does not work.
I have to type
export PYTHONPATH=/usr/local/lib/python2.6/site-packages
in each terminal that I log into the E100 through SSH.
Is there a way to set PYTHONPATH permanently on E100?

Assuming that you got your syntax right in you .bashrc, and that your .bashrc is readable to you, my assumption is that your login shell *isnt* BASH, but some other shell, in which case, it won't pay any attention to your .bashrc.



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to