pipx
pipx copied to clipboard
Iussue #1460
- [x] I have added a news fragment under
changelog.d/
(if the patch affects the end users)
Summary of changes
Changed commands/common.py
line 352 from output.append(" These apps are now globally available")
to output.append(" These apps are now available")
as suggested on Iussue 1460.
Test plan
Tested by running
conda create --name pipx-test python pip
conda activate pipx-test
python -m pip install -e .
python -m pip install --user nox
nox -s tests-3.12