discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gnu Radio on F14


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Gnu Radio on F14
Date: Tue, 16 Nov 2010 15:06:30 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

On 11/16/2010 02:48 PM, Steve Mcmahon wrote:
> Marcus:
>
> I'm curious about that last statement you made, "F14 is running python2.7, so 
> I had to update my .bashrc to reflect this". I might be running Fedora 14 
> with GNU Radio 3.3.0 soon too, so I'm curious what you had to change in your 
> .bashrc file.
>
>   
I had to change my PYTHONPATH to reflect the new version of Python:

PYTHONPATH=/usr/local/lib/python2.7/site-packages

or

PYTHONPATH=/usr/local/lib64/python2.7/site-packages

depending on whether you're on a 64 or 32-bit machine.

I've attached a little shell script that can set the PYTHONPATH
appropriately, by finding
 the appropriate bits dynamically.

> Also, I noticed that you did NOT use GNU Radio 3.3.0, but rather you used the 
> latest branch in Git. What branch specifically did you use? I guess I will 
> need to do the same.
>
>   
I use the "next" branch, because I'm a UHD user.

> Fedora 14 uses gcc version 4.5.1, right?
>
>
>   
Yes.



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

Attachment: pythonpathfinder
Description: Text document


reply via email to

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