Not able to use the nano and vim editor in the kodekloud engineer active practice lab environment, it is showing below error. while using the nano and vim editor command

Not able to use the nano and vim editor in the kodekloud engineer active practice lab environment, it is showing below error. while using the nano and vim editor command

-bash: nano: command not found
-bash: vim: command not found

Hi @shivammathur

Did you try to use vi?
vi is a standard text editor on Linux where as vim is an improved version of vi.

Hi @Santosh_KodeKloud

with vi is it working.

Thank you
Shivam