python3问题 #1201
Replies: 6 comments 5 replies
-
May I ask to write a question in English? This way a question has higher chance to be answered |
Beta Was this translation helpful? Give feedback.
-
No matter if you call "brew install macvim" or download the dmg file here and install it directly, the result is the same. When you open macvim and enter echo has('python3') on the command line, the displayed result is 0. Obviously, python3 is not supported. If you enter echo has('python'), the display result is 1, which obviously means that python2 is supported. |
Beta Was this translation helpful? Give feedback.
-
In addition, if you do not use macvim, but use the terminal to open vim, and then enter "echo has(python3)", the displayed result is 1, indicating that the vim of the macos system itself supports python3, and of course also supports pytho2. |
Beta Was this translation helpful? Give feedback.
-
Vim version :VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jul 08 2021 16:05:00) |
Beta Was this translation helpful? Give feedback.
-
localhost:~ xx$ vim --version |
Beta Was this translation helpful? Give feedback.
-
echo has(‘python3’) 显示0,导致很多插件报错
Beta Was this translation helpful? Give feedback.
All reactions