I've got some troubles when I try to install Vim on Linux while I don't have a root account. The error information is shown below:
How can I solve this? Can I install it in another directory other than /usr/local/bin/vim
?
Answer
make install DESTDIR=~/.local
, then make a symlink in ~/bin
to ~/.local/bin/vim
.
No comments:
Post a Comment