pipx icon indicating copy to clipboard operation
pipx copied to clipboard

Iussue #1460

Open NerusSkyhigh opened this issue 7 months ago • 5 comments

  • [x] I have added a news fragment under changelog.d/ (if the patch affects the end users)

Summary of changes

Changed commands/common.pyline 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

NerusSkyhigh avatar Jul 08 '24 11:07 NerusSkyhigh