Skip to content

Commit

Permalink
Update install-all command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Apr 26, 2024
1 parent 666931a commit f7a1303
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pipx/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,11 @@ def install_all(
# Install the injected packages
for inject_package in venv_metadata.injected_packages.values():
commands.inject(
venv_dir,
None,
[generate_package_spec(inject_package)],
pip_args,
venv_dir=venv_dir,
package_name=None,
package_specs=[generate_package_spec(inject_package)],
requirement_files=[],
pip_args=pip_args,
verbose=verbose,
include_apps=inject_package.include_apps,
include_dependencies=inject_package.include_dependencies,
Expand Down

0 comments on commit f7a1303

Please sign in to comment.