Wednesday, June 11, 2014

Install vim + python for non-root user.

First dowenlod vim74 from here:
vim74 link

unzip the file use the insturction in that link.

use this git tutorial for configure.
git tutorial: compile vim from source

change --prefix=$HOME
then
make
make install






install from source without root

./configure --prefix=$HOME
make
make install



No comments:

Post a Comment