当我点击 \t 在 VIM 中使用 Command-T 扩展时,出现错误
command-t.vim could not load the C extension
Run Code Online (Sandbox Code Playgroud)
我不知道如何解决这个问题......有什么建议吗?
谢谢
我正在使用 git-repository 安装方法。以下是我“rake make”时发生的情况:
~/.vim/bundle/command-t$ rake make
(in /home/petef/.vim/bundle/command-t)
/usr/bin/ruby1.8 extconf.rb
extconf.rb:24:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:24
rake aborted!
Command failed with status (1): [/usr/bin/ruby1.8 extconf.rb...]
/home/petef/.vim/bundle/command-t/Rakefile:136
(See full trace by running task with --trace)
Run Code Online (Sandbox Code Playgroud) 我曾经sudo apt-get install mercurial
安装过 Hg .. 它把可执行文件放在哪里了?我需要在 Netbeans 中指定位置。
有没有一种通用的方法可以找到 apt-get 安装的地方?(在安装之前也很好。)