Skip to content
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

Added with-suffix option for pipx inject command #939

Merged
merged 6 commits into from
Nov 30, 2023

Conversation

chrysle
Copy link
Contributor

@chrysle chrysle commented Feb 11, 2023

  • I have added an entry to docs/changelog.md

Summary of changes

Added a --with-suffix option to pipx inject command to add the venv suffix to injected apps. Closes #521
Since the pipx uninject command doesn't work with suffixes, maybe an option should also be added there.

Test plan

Tested by running

python3 src/pipx install pycowsay --suffix "_2" 
python3 src/pipx inject pycowsay_2 black --include-apps --with-suffix
nox -s tests-3.8

@chrysle chrysle changed the title Added with-suffix option for ` Added with-suffix option for pipx inject command Feb 11, 2023
@gaborbernat gaborbernat merged commit d4798ea into pypa:main Nov 30, 2023
2 of 5 checks passed
@chrysle chrysle deleted the fix-521 branch June 3, 2024 14:13
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.

Need consistent inject --include-apps behavior with suffix
2 participants