On Wed, Feb 20, 2013 at 12:09 PM, Ralph A. Schmid <ra...@schmid.xxx> wrote:

> **
>
> 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.
>


I assure you that the install did not change your environmental variables.

To set it, use 'export PYTHONPATH=[path]:$PYTHONPATH'. Some shells want you
to use 'set' instead of 'export.' The [path] is the path to the installed
Python packages; something like /usr/local/lib/python2.7/dist-packages.

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

Reply via email to