Hello,
I recently installed pio shell completion using pio system completion install
on a computer with Ubuntu. The installation was confirmed with this message :
PlatformIO CLI completion has been installed for bash shell to /home/username/.bash_completion
Please restart a current shell session.
But now, every time I try to use tab completion, I get the following messages depending on which command I try to complete :
env: ‘pio’: No such file or directory
env: ‘platformio’: No such file or directory
I know that env
is used inside ~/.bash_completion
, yet I don’t understand why env
doesn’t recognize pio
or platformio
.
Thanks a lot. Any help would be greatly appreciated