I believe that make install typically places it in /usr/local. You should be able to get it to overwrite the system one by specifying --prefix to configure, or leave the system one alone and just place /usr/local/bin in your PATH before /usr/bin.
On Wed, Mar 23, 2011 at 4:02 PM, Diego <[email protected]> wrote: > Hello all, > > When I type vim in my terminal, it tells me that I am running vim 7.2.108. > I want to learn more about building from source so I clone the vim src repo > and followed the instructions to build on mac: > > cd ~/src/ > hg clone https://vim.googlecode.com/hg/ vim > cd vim/src/ > ./configure --disable-darwin --enable-gui=no > make > sudo make install > > > Everything went normally. But when I type vim, I still see the 7.2.108? > > When I type: > > which vim > > I get: > > /usr/bin/vim > > Have I done something wrong? Missed a step? > > Thanks for the help! > > -- > You received this message from the "vim_mac" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
