Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

no python2 in macOS 10.12 #85

Closed
meritozh opened this issue Oct 8, 2016 · 4 comments
Closed

no python2 in macOS 10.12 #85

meritozh opened this issue Oct 8, 2016 · 4 comments

Comments

@meritozh
Copy link

meritozh commented Oct 8, 2016

No python2 executable file in /usr/bin in macOS 10.12.

Maybe you should use shebang with python or python2.7

@ssfdust
Copy link
Contributor

ssfdust commented Oct 9, 2016

I think it could be better that you create a symbolic link for python2 yourself.

@rdnetto
Copy link
Owner

rdnetto commented Oct 10, 2016

The Python website recommends using python for Python 2, and python3 for Python 3. I can't find any docs on their website recommending python2 - this seems to be something that some Linux distros do just to fix an obvious omission. (It's also worth noting that Arch symlinks python to python3, for added fun.)

Given that it's extremely unlikely there's going to be a Python 2.8, I'm just going to use python2.7 to make everyone's life easier.

rdnetto added a commit that referenced this issue Oct 10, 2016
@rdnetto rdnetto closed this as completed Oct 10, 2016
@meritozh
Copy link
Author

Another suggestion: how about add this function to templete.py?

ycm-core/YouCompleteMe#2330 (comment) ycm-core/YouCompleteMe#2330 (comment)

On Oct 10, 2016, at 5:55 PM, rdnetto <notifications@github.com mailto:notifications@github.com> wrote:

The Python website recommends using python for Python 2, and python3 for Python 3. I can't find any docs on their website recommending python2 - this seems to be something that some Linux distros do just to fix an obvious omission. (It's also worth noting that Arch symlinks python to python3, for added fun.)

Given that it's extremely unlikely there's going to be a Python 2.8, I'm just going to use python2.7 to make everyone's life easier.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #85 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AHMaBLZcFyJxbjMRWm6Ep8pAbt8ptbKaks5qyguEgaJpZM4KRpHo.

@rdnetto
Copy link
Owner

rdnetto commented Oct 10, 2016

Another suggestion: how about add this function to templete.py?

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants