Re: how to change default python editor in linux
hi, Thanks for your patient explaianation. I am glad to make the request, and it is done: https://github.com/gnuradio/gnuradio/issues/6458 BTW, would you pls consider changing the GRC like this: - name: epy_block_0 id: epy_block parameters: /* _source_file: "epy_block.py"*/ affi
how to change default python editor in linux
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,