forked from aminzai/vimrc
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reinstall the vim with Python 2 in macOS #29
Comments
I see my environment is working on Python 2 in the MacVim.app,
so I decide switch the Python to 2.7, not 3.7.
Happy hacking. 😎 Reference: |
chusiang
changed the title
How to install the vim with Python 2 in macOS
How to reinstall the vim with Python 2 in macOS
Jul 4, 2018
以後沒事,還是不要在特別忙碌的日子裡,用什麼 |
Regardless of installed plugins, silently execute python3 once on the top of your if has('python3')
silent! python3 1
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I upgrade the Python 3.6 to 3.7, I will get warnning message like ycm-core/YouCompleteMe#1652
and vim/vim#3117.
My environment:
The text was updated successfully, but these errors were encountered: