diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-15 13:09:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-19 18:23:05 -0700 |
commit | a92cb89b5529728d9fce781aff85916b3879fbdd (patch) | |
tree | 568579da05388206bc64b33bb266ad81ba46f870 /grc/grc.conf.in | |
parent | af1d0a61d01c7c17dedcb5388ed8a077213d4b4f (diff) |
grc: added logic to discover the path to the python interpreter
Rather than simply exec-ing the application w/ "python",
use the same interpreter that executed grc w/ full path.
Added code to handle the following exceptions:
- for a wx app on mac osx, use the pythonw interpreter
(this was in the m4 file, but its easier as a runtime check)
- for a no gui app on linux, prepend xterm cuz its nice
(we were already doing that but its now restricted to linux)
Diffstat (limited to 'grc/grc.conf.in')
-rw-r--r-- | grc/grc.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/grc.conf.in b/grc/grc.conf.in index 37a0499713..9363ca9812 100644 --- a/grc/grc.conf.in +++ b/grc/grc.conf.in @@ -3,7 +3,6 @@ # ~/.gnuradio/config.conf [grc] -pythonw = @pythonw@ doc_dir = @docdir@ global_blocks_path = @blocksdir@ local_blocks_path = |