Skip to content

Add support for --suffix option #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2020
Merged

Conversation

joshbode
Copy link
Contributor

@joshbode joshbode commented Jul 8, 2020

Optional suffix can be used to install multiple versions of the same
tool side-by-side - e.g.

$ pipx install --suffix=_3.1 foo==3.1.2 --> foo_3.1
$ pipx install --suffix=_2.2 foo==2.2.0 --> foo_2.2

@joshbode joshbode force-pushed the joshbode/suffix branch 3 times, most recently from 88c3a7b to be74d6e Compare July 8, 2020 21:04
Optional suffix can be used to install multiple versions of the same
tool side-by-side - e.g.
```
$ pipx install --suffix=_3.1 foo==3.1.2 --> foo_3.1
$ pipx install --suffix=_2.2 foo==2.2.0 --> foo_2.2
```
@cs01
Copy link
Member

cs01 commented Jul 14, 2020

Great work, thanks. @uranusjr @itsayellow this looks good to merge to me. Any thoughts you'd like to share before I do so?

@cs01 cs01 merged commit 74a61a1 into pypa:master Jul 14, 2020
@joshbode
Copy link
Contributor Author

Thank you for the merge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants