patch-gnuradio
[Top][All Lists]
Advanced

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

[Patch-gnuradio] Fixing GRC Executable for OSes with Native Python >= 3.


From: Ben Hilburn
Subject: [Patch-gnuradio] Fixing GRC Executable for OSes with Native Python >= 3.0
Date: Thu, 22 Sep 2011 13:16:26 -0700

This is a very simple / trivial fix.

For distros with a native Python version of at least 3.0, the current gnuradio-companion executable will default to failing because it can't find the gnuradio site-packages in the Python 3.0 site-packages.

This patch is a 3-character fix that makes 'env' explicitly return the executable to Python2.7.

Note that if we are still supporting users that use Python2.6, this will fail, and this patch should be ignored. If this is the case, I'll add a note to the Wiki about fixing the Python path for Python3 users.

Cheers,
Ben

Attachment: grc_python_env_version.patch
Description: Text Data


reply via email to

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