Tech-oriented notes for myself and hopefully others. Likely to contain musings, pontificating and such.
Sunday, July 8, 2018
Powerline Shell on MacOS Python version fix
Currently I use Powerline-shell as the necessity of a pleasant to read/understand automatic git status overrides my misgivings about running python for every new terminal instance.
Python update (via homebrew) broke powerline, as it was looking for an explicit version that no longer exists, in
/usr/local/bin/powerline-config and /usr/local/bin/powerline-daemon
There is probably a better way to do this, but I edited those two scripts so that rather than pointing to to /usr/local/opt/python/bin/python2.6 they now point to the system-wide link /usr/local/bin/python
Should be more generic/portable for a while. (At least until homebrew decides to make Python3 the default)
Subscribe to:
Post Comments (Atom)
Software List (May 2025)
Current App list. Updating because I've been doing a lot of side work w/ Windows machines recently, having to update myself of what'...
No comments:
Post a Comment