discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: how to change default python editor in linux


From: Jeff Long
Subject: Re: how to change default python editor in linux
Date: Sun, 8 Jan 2023 07:45:06 -0500

GRC will remember the editor you choose until you quit the program. To choose an editor permanently, edit ~/.gnuradio/config.conf, and add an "edtor" setting under the "[grc]" section. For instance,

[grc]
editor = /usr/bin/emacs
... other settings

On Sun, Jan 8, 2023 at 6:24 AM wieniawski@outlook.com <wieniawski@outlook.com> wrote:
hi,


I have installed gnuradion through conda.


And I created an embedded python block, and I firstly chooses the
default editor as VIM. Then every time it is using VIM. How can I
changed it to another editor?


Thanks,




reply via email to

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