Skip to content

Allow installing multiple applications with install command #971

@soredake

Description

@soredake

How would this feature be useful?
Instead of:

$pip = @("internetarchive", "git+https://github.com/arecarn/dploy.git", "tubeup")
foreach ($p in $pip) {pipx install $p}

I will be able to do just pipx install internetarchive git+https://github.com/arecarn/dploy.git tubeup

Describe the solution you'd like
Allow installing multiple apps with pipx install

Describe alternatives you've considered
Using foreach or something like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions