Skip to content
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

fix: support OSes with only python3 binary #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

docwhat
Copy link

@docwhat docwhat commented Mar 15, 2022

macOS 12.3 now only has a python3 executable; python (was python 2.x) is gone.

macOS 12.3 now only has a python3 executable; python (was python 2.x) is gone.
docwhat added a commit to docwhat/dotfiles that referenced this pull request Mar 15, 2022
completion-generator doesn't detect python on systems with only python3
binaries.

macOS 12.3 now no longer has a python executable; python 2.x has been
completely removed.

See: RobSis/zsh-completion-generator#19
@docwhat
Copy link
Author

docwhat commented Mar 15, 2022

Changelog entry from macOS 12.3 release notes.

Note: on a clean install of macOS, /usr/bin/python3 is actually a stub that prompts users to install Xcode developer tools, which includes Python 3.

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

Successfully merging this pull request may close these issues.

1 participant