serhii.net

In the middle of the desert you can say anything you want

21 Jan 2025

pipx inject library into app environment

TL;DR pipx inject target_app package_to_inject

  • pipx is awesome, and can install apps in their own virtualenv
  • If you try e.g. pipx psutil it refuses, it’s a library, not an app
    • and tells you to use pip
  • If I want psutil for the MemoryGraph widget in (pipx install-ed) qtile, that doesn’t help
  • What does: pipx inject qtile psutil
❯ pipx inject qtile psutil
  injected package psutil into venv qtile
done! ✨ 🌟 ✨
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus