-
Gooday, I was somone can help me as I am tryingto figure out as brew has moved over to opholding the pep-0668. I tries installing some of my pyton comandline tools to pipx. And powerline-status seems to work great. But its extendable with other libraries they call segments. Like for example powerline-gitstatus. But installing the plugin pipx is giving the following comment:
How do I fix this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I assume you probably want to inject the libraries into the main The respective command for this is |
Beta Was this translation helpful? Give feedback.
I assume you probably want to inject the libraries into the main
powerline-status
installation.The respective command for this is
pipx inject <application> <extension>
, so in your casepipx inject powerline-status powerline-gitstatus