我一直在用cc命令编译我编写的C程序。最近,我安装了匆匆并再次拆除它(现在,我正在使用当地的一个网站匆忙)。在那之后,当我尝试使用cc编译C程序时,我得到了这个:
The program 'drush' is currently not installed. You can install it by typing:
sudo apt install drush
我试过了:
update-alternatives --config
但它说:
There is only one alternative in link group cc (providing /usr/bin/cc): /usr/bin/gcc
Nothing to configure.
这里有什么问题?
答案 0 :(得分:0)
由于drush
已将cc
更新为alias cc='drush cache-clear'
。我们需要映射cc
以反映我们想要的价值。
Ubuntu框将cc
显示为/usr/bin/cc
,这是/usr/bin/gcc
的{{1}}的符号链接。因此,解决您的问题应该是安全的别名/etc/alternatives/cc
cc