Install vim without root permission

Source: Internet
Author: User

You do not have the root permission to install vim. download the source code www.vim.org/download // to download my vim-7.2.tar 2. decompress tar xvf vim-7.2.tar3.configurecd vim-7.2/make ditclean // This is very important, you can clear all the files generated in the last compilation, do not know at the beginning, it is silly to delete all vim statements in the/bin directory. /configure // you can use. /configure-h or -- help :. /configure -- prefix = $ HOME -- enable-pythoninterp = yes -- with-features = huge -- enable-perlinterp -- enable-rubyinterp makemake install -- prefix = $ HO ME indicates the installation directory. Because I do not have the root permission, I can only install it under my user directory, the result is that the installer does not have the permission to copy the file to the root file -- enable-pythoninterp indicates that it provides python excuses. Later, the vim plug-in named conquer cannot be installed, check that the python interface is not provided. 4. modify. when running the bashrc file, vim is actually a program provided by root. You can modify it. bashrc file to change alias vim = '/home/$ user/bin/vim' # In. add this line to the bashrc file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.