Re: how to change default python editor in linux

2023-01-09 Thread wieniaw...@outlook.com
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

2023-01-08 Thread wieniaw...@outlook.com
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,