hi
on my mac os X.10.14.6, vim was initially installed (when ? i dont remember) at /usr/share/vim/vim80 yesterday i wanted to upgrade from 8.0 to 8.2 i did this :
but i had not noticed that i had cd in the wrong folder, somewhere on my hard drive so now i have a [whereitis]/vim folder containing ci, nsis, piwmaps, runtime and several other folders and files i have made vvim=[whereitis]/vim so to be able to use vim 8.2 by simply typing $vvim but it is not satisfying of course i would like to finish properly the installation but as i am a beginner, i dont want to make errors what is the better way to move vim to the right place ? do i just have to do : mv -f [whereitis]/vim /usr/share ? thanks for your help Vincent
-- -- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/EBC5B256-6E9F-4E3F-A385-8C2C95AEF4B8%40gmail.com. |
On Friday, October 30, 2020 at 5:06:01 AM UTC-4, Mathoscope Éveilleur de Mathématiques wrote:
It sounds like you know [whereitis], why not just delete it and rerun make/make install in the proper directory? -- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/f664bab0-d403-4b15-8852-73411fe76298o%40googlegroups.com. |
thanks ; ok it sounds simple ; and yes i know [whereitis]. juste a qustion : where do i have to cd before remaking the "make" in /usr/share or in /usr/share/vim ? Le vendredi 30 octobre 2020 à 10:31:34 UTC+1, [hidden email] a écrit :
-- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/df421ec1-3423-47e7-a72d-eb5764aecda1n%40googlegroups.com. |
On Friday, October 30, 2020 at 11:55:27 AM UTC-4, Mathoscope Éveilleur de Mathématiques wrote:
After running git clone, I would just cd into the directory it created, 'vim' I use macvim instead, but assume the process is similar. At the top level macvim directory, I run: ``` ./configure --prefix=$HOME/local --with-features=huge --enable-rubyinterp --enable-pythoninterp=yes --enable-python3interp=yes --enable-perlinterp=yes --enable-cscope --enable-terminal --disable-rightleft make -j 6 ``` but your options may vary. This should install into 'local' in my home directory, but to be honest, I just have a symlink: Applications/MacVim.app -> ~/git/macvim/src/MacVim/build/Release/MacVim.app
-- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/6109811a-9912-4a7c-8556-8a9af9676920o%40googlegroups.com. |
In reply to this post by Mathoscope Éveilleur de Mathématiques
Other people mentioned the --prefix option and MacVim. I want to emphasize that you simply cannot install to /usr/share. All directories under /usr, except /usr/local, are protected by macOS. You cannot write to those directories, even as root. On Fri, 30 Oct 2020 at 23:55, Mathoscope Éveilleur de Mathématiques <[hidden email]> wrote:
-- Yongwei Wu URL: http://wyw.dcweb.cn/ -- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/CADs46ifRtZH368WMUctdxxqvLYYXkyxHYr%3Dust0Bvao4zOJr4A%40mail.gmail.com. |
so where should i install vim ? Le samedi 31 octobre 2020 à 16:18:23 UTC+1, Yongwei Wu a écrit :
-- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/7c606360-45d6-45cc-bb1a-a86862dd30d1n%40googlegroups.com. |
I believe /usr/local is a common location for people who have root access. This is true for most Unix variants, including Linux and macOS. For people who can write only to their home directory, just using $HOME is OK. I do this all the time on company servers. This has the advantage that backing up or restoring the whole home directory will back up and restore your Vim installation too. On Mon, 2 Nov 2020 at 16:31, Mathoscope Éveilleur de Mathématiques <[hidden email]> wrote:
Yongwei Wu URL: http://wyw.dcweb.cn/ -- 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 because you are subscribed to the Google Groups "vim_mac" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_mac/CADs46icOv%2BroAiu9Bo%3D%3D4ka0jzYD5u1bOnLdX7yp3KrhScASHQ%40mail.gmail.com. |
Free forum by Nabble | Edit this page |