ฉันจะติดตั้ง vim บน OSX ด้วย Python 3 ได้อย่างไร
ในการค้นหาของ google ที่ฉันทำเสร็จแล้วคำสั่งที่ฉันควรใช้คือbrew install vim --with-python3ซึ่งสำเร็จโดยไม่มีข้อผิดพลาด แต่จากนั้นvim --versionรายงาน Python 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 prefix=/usr/local/Cellar/vim/7.4.2210 STRIP=true 🍺 /usr/local/Cellar/vim/7.4.2210: 1,732 files, 28.5M, built in …