Python 3을 지원하는 OSX에 vim을 어떻게 설치합니까?
내가 한 Google 검색에서 내가 사용해야하는 명령은 is brew install vim --with-python3이며 오류없이 성공하지만 vim --versionPython 3을 사용할 수없는 것으로보고합니다. k162:~ asday$ brew install vim --with-python3 ==> Using the sandbox ==> Downloading https://github.com/vim/vim/archive/v7.4.2210.tar.gz Already downloaded: /Users/asday/Library/Caches/Homebrew/vim-7.4.2210.tar.gz ==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.2210/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-compiledby=Homebrew --enable-p ==> make ==> make install …