question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lock/pin pipx --list output for provisioning multiple machines?

See original GitHub issue

I 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:

  1. Stuff that output into a file
  2. Version that file in my dotfiles repository
  3. Sync all my workstation’s pipx-installed packages ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
cs01commented, Mar 15, 2019

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.

1reaction
gvoyseycommented, May 13, 2021

If you want, i can kick that open and continue the tradition 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docs - pipx
execute binaries from Python packages in isolated environments.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found