-
Notifications
You must be signed in to change notification settings - Fork 127
no python2 in macOS 10.12 #85
Comments
I think it could be better that you create a symbolic link for python2 yourself. |
The Python website recommends using Given that it's extremely unlikely there's going to be a Python 2.8, I'm just going to use |
Another suggestion: how about add this function to templete.py? ycm-core/YouCompleteMe#2330 (comment) ycm-core/YouCompleteMe#2330 (comment)
|
First of all, in the future please create new issues to track separate bugs / feature requests instead of re-using existing ones. Secondly, there isn't any clear response on ycm-core/YouCompleteMe#2330 about the direction YCM is going to take. I'd like to hold off on merging a workaround for this until we know what they're doing. |
No
python2
executable file in/usr/bin
in macOS 10.12.Maybe you should use shebang with
python
orpython2.7
The text was updated successfully, but these errors were encountered: