ファ!?
Mac再起動したらtmuxは問題なく、powerlineが読み込まなくなっていた。
tmuxをreloadすると、powerline自体にエラーが吐いている模様。
1 2 |
‘powerline-daemon -q’ returned 126 ‘powerline-config tmux setup’ returned 126 |
こんなダセえターミナルなんて使いたくないぜ…
ということで直しましょう!!
■Environment
・macOS High Sierra
・tmux v2.6
・powerline-status v2.5.2
powelineのインストール方法は2017年から変わったので、
以前書いたブログ貼っときます。
ググると安定のstackoverflowで似たようなものを発見。
■tmux run command – “returned 126”, what does that mean?
https://stackoverflow.com/questions/10036772/tmux-run-command-returned-126-what-does-that-mean
statusバーが黄色のままなんだけどどいうこと!?’~/bin/tmux_renum’ のエラー止まないのだけど!!
うむ。これは‘~/bin/tmux_renum’の権限がなかったということで解決しているので自分のエラーとは違う。
ムムム。わからぬ。
とりあえず新バージョン来ているのか確認してみた。
■powerline-status update
・powerline-status
1 2 3 4 |
$ pip list -o |grep powerline DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning. pip (9.0.1) - Latest: 9.0.2 [sdist] powerline-status (2.5.2) - Latest: 2.6 [sdist] |
2.6がlatestみたい。pipもアップデートしちゃう。
・powerline-status update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
$ pip install --upgrade pip Password: Collecting pip Downloading pip-9.0.2-py2.py3-none-any.whl (1.4MB) 100% |████████████████████████████████| 1.4MB 134kB/s Installing collected packages: pip Found existing installation: pip 9.0.1 Uninstalling pip-9.0.1: Successfully uninstalled pip-9.0.1 Successfully installed pip-9.0.2 $ pip install -U powerline-status Collecting powerline-status Downloading powerline-status-2.6.tar.gz (231kB) 100% |████████████████████████████████| 235kB 4.0MB/s Building wheels for collected packages: powerline-status Running setup.py bdist_wheel for powerline-status ... done Stored in directory: /Users/adachin/Library/Caches/pip/wheels/2b/3c/b6/0f2dd3801dadbae0b9f610fefbccc6f472540b86fd380b91fc Successfully built powerline-status Installing collected packages: powerline-status Found existing installation: powerline-status 2.5.2 Uninstalling powerline-status-2.5.2: Successfully uninstalled powerline-status-2.5.2 Successfully installed powerline-status-2.6 |
tmux reload(キーバインド + r)すると。。。
直った
バージョンかい!!!(時間返してほしいい)
■まとめ
次回からバージョンを疑おう!!!(白目)
0件のコメント