Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap pipx #579

Closed
ThatXliner opened this issue Dec 6, 2020 · 3 comments
Closed

Bootstrap pipx #579

ThatXliner opened this issue Dec 6, 2020 · 3 comments

Comments

@ThatXliner
Copy link

How would this feature be useful?

Since pipx has dependancies, I would like a way to bootstrap pipx. I acknowledge that you can do pipx install pipx

Describe the solution you'd like
An alternative bootstrapping shell script.

Describe alternatives you've considered
A PyPi package for pipx installing pipx-install. Although it's more cross platform, it would take more work, in my opinion.

@itsayellow
Copy link
Contributor

@dukecat0
Copy link
Member

Another way is to use zipapp:
curl -L https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o pipx.pyz && python pipx.pyz

@gaborbernat
Copy link
Contributor

Another way is to use zipapp:
curl -L https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o pipx.pyz && python pipx.pyz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants