I've been getting the following notice every time I fire up Terminal recently:
/usr/local/lib/python3.5/site-packages/powerline/bindings/zsh/powerline.zsh:200: /usr/local/bin/powerline-config: bad interpreter: /usr/local/opt/python3/bin/python3.5: no such file or directory /usr/local/lib/python3.5/site-packages/powerline/bindings/zsh/powerline.zsh:204: /usr/local/bin/powerline-config: bad interpreter: /usr/local/opt/python3/bin/python3.5: no such file or directory'
I posted this to the powerline
GitHub page as an issue and was advised that I have probably updated my Python version on macOS without me knowing (through homebrew
or perhaps through a system update, since I'm a macOS Beta user).
Is there a way to update Python packages en-masse in macOS as in Gentoo, as pointed out in the linked GitHub issue? The dev mentioned that there is a python-updater
script in Gentoo that is used to update packages after updating Python, but no such script exists for macOS.
OS: macOS 10.12.3 Beta
Any help would be appreciated!
-- paanvaannd