pypa/pipx

create snap (linux) and scoop (windows) packages

Closed

#338 建立於 2020年1月17日

在 GitHub 查看
 (22 留言) (5 反應) (0 負責人)Python (363 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (7,844 star)
PR 合併指標
 (平均合併 4天 12小時) (30 天內合併 22 個 PR)

描述

How would this feature be useful? We have homebrew (which is slowly getting better) on the macOS side of things. I think adding a snap package would cover almost all the major linux distributions these days. https://snapcraft.io/

Additionally a scoop package should make it much easier to install pipx on Windows: https://scoop.sh/

Describe the solution you'd like Easy system installations of pipx:

brew install pipx
snap install pipx
scoop install pipx

Describe alternatives you've considered As you obviously know from creating pipx, pip is not an ideal installation method for system wide utilities. I think creating system packages for pipx on all three major platforms will help this tool grow.

貢獻者指南