i am using ubuntu 18. I am trying to add powerline to my oh-my-zsh terminal.
I have installed powerline like so.
pip3 install powerline-status
Then i edit my ~/.zshrc file to include:
. /home/kay/.local/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
pip3 show powerline-status
Name: powerline-status
Version: 2.7
Summary: The ultimate statusline/prompt utility.
Home-page: https://github.com/powerline/powerline
Author: Kim Silkebaekken
Author-email: [email protected]
License: MIT
Location: /home/kay/.local/lib/python3.6/site-packages
Requires:
When i restart the terminal i get the following error:
/home/kay/.local/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh:210: no such file or directory: /home/kay/.local/lib/python3.6/site-packages/scripts/powerline-config
It works for me:
mkdir $HOME/.local/lib/python3.6/site-packages/scripts/
if not existsFind where
powerline-config
locates. For example$HOME/.local/bin/powerline-config
cp $HOME/.local/bin/powerline* $HOME/.local/lib/python3.6/site-packages/scripts/.