-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of stored pipx metadata (#222)
* Add pipx_metadata.json in each venv dir to hold pipx metadata * venv.py no longer queries venv each time, now gets metadata from pipx_metadata.json * pipx_metadata.json is pretty-printed for debugging ease * pipx subcommands (reinstall-all, upgrade, upgrade-all) now use stored metadata and original install options, not user command-line switch arguments * Updated docs from new help. * Enable Venv.install_package to determine package name. * Make run find package name or use empty string for install_package. * Convert subprocess.run calls to run_subprocess
- Loading branch information
1 parent
e0c76aa
commit 201ae5a
Showing
11 changed files
with
765 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.