The build and build install worked just fine, but now the crazy thing complains that the pythonpath is not set. Huh?! Why does a new build influence a environment variable? And I have no idea how to handle these things under Linux :-( So much to learn that I never wanted to know :)

Ralph.

You should set your PYTHONPATH in your .bashrc

I have mine set thusly:

PYTHONPATH=/usr/local/lib64/python2.7/site-packages:$HOME/bin
PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages:$HOME/bin:.
export PYTHONPATH

You may need to adjust based on your own install environment.


--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

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

Reply via email to