Sunday, January 8, 2023

Re: how to change default python editor in linux

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,



No comments:

Post a Comment