discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] baz-utils and python path


From: Nate Temple
Subject: Re: [Discuss-gnuradio] baz-utils and python path
Date: Fri, 22 Apr 2016 15:31:36 -0700

Hello,

You can add the path to your PYTHONPATH variable by adding this line to the end 
of your ~/.bashrc file

export PYTHONPATH=$PYTHONPATH:/path/to/baz-utils/lib/python


You'll need to update the "/path/to/baz-utils/lib/python" to where you have 
cloned baz-utils. Also note baz-utils directory structure has changed and the 
readme is outdated , it should say lib/python instead of src/python. ( The 
structure was changed with this commit: 
https://github.com/balint256/baz-utils/commit/66d1382383e48a09b9af65a86f43f2eb813f83a3
 )

After you add the export line above to your ~/.bashrc file, you'll need to log 
out and log back in for it to take effect. You can check it with 

echo $PYTHONPATH




- Nate


> On Apr 22, 2016, at 1:31 PM, Freedomfighter099 . <address@hidden> wrote:
> 
> Hello
> 
> Would someone please explain to me how to add the following to python path: 
> Add src/python to PYTHONPATH
> 
> I can’t seem to get it to work! instructions would be greatly appreciated
> 
> cheers
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]