After I uninstall some programs every time I open the terminal the following message appears
The 'rbenv' program is not currently installed. You can install it by typing: sudo apt install rbenv
How do I remove this message?
After I uninstall some programs every time I open the terminal the following message appears
The 'rbenv' program is not currently installed. You can install it by typing: sudo apt install rbenv
How do I remove this message?
According to documentation , you must open the file .bashrc
or .bash_profile
" (depends on configuration) and remove the rbenv init
line, which is usually at the end of the file, and order, save the changes.