Lock/pin pipx --list output for provisioning multiple machines?
See original GitHub issueI have four workstations I move between.
What would it look like for pipx
to provide an, e.g., JSON version of pipx --list --verbose
so that i could:
- Stuff that output into a file
- Version that file in my
dotfiles
repository - Sync all my workstation’s
pipx
-installed packages ?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:14 (10 by maintainers)
Top Results From Across the Web
pipx — Install and Run Python Applications in Isolated ...
By default, pipx uses the same package index as pip, PyPI. pipx can also install from all other sources pip can, such as...
Read more >Troubleshooting - pipx
The following command should fix many problems you may encounter as a pipx user: pipx reinstall-all. This is a good fix for the...
Read more >Comparison to Other Tools - pipx
Comparison to Other Tools. pipx vs pip. pip is a general Python package installer. It can be used to install libraries or cli...
Read more >Installation - pipx
python 3.7+ is required to install pipx. pipx can run binaries from packages with ... You also need to have pip installed on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds like a good workflow idea.
I think
pipx --list --json
would work, and it would just print json to stdout. I can come up with a serialization format and print it out.If you want, i can kick that open and continue the tradition 😃