I had been using the command cc to compile the C programs that I write. Recently, I installed drush and removed it again (right now, I am using a site local drush). After that, when I am trying to compile a C program using cc, I am getting this :
The program 'drush' is currently not installed. You can install it by typing:
sudo apt install drush
I tried :
update-alternatives --config
But it says :
There is only one alternative in link group cc (providing /usr/bin/cc): /usr/bin/gcc
Nothing to configure.
What is the issue here?