You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgrade my Python from 3.6 to 3.7, so I fixed it after manual change the path.
$ diff .vimrc*
16,17c16,17
< set pythonthreedll=/usr/local/Frameworks/Python.framework/Versions/3.7/Python
< set pythonthreehome=/usr/local/Frameworks/Python.framework/Versions/3.7
---
> set pythonthreedll=/usr/local/Frameworks/Python.framework/Versions/3.6/Python
> set pythonthreehome=/usr/local/Frameworks/Python.framework/Versions/3.6
Reference:
The text was updated successfully, but these errors were encountered: