From b0b88996ade9ee0edc82f7aab28be19b2febc5a8 Mon Sep 17 00:00:00 2001 From: nerusskyhigh Date: Sun, 7 Jul 2024 22:34:44 +0200 Subject: [PATCH 1/3] change post installation message --- src/pipx/commands/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipx/commands/common.py b/src/pipx/commands/common.py index 6e52236b92..4e5c040865 100644 --- a/src/pipx/commands/common.py +++ b/src/pipx/commands/common.py @@ -349,7 +349,7 @@ def _get_list_output( ) if new_install and (exposed_binary_names or unavailable_binary_names): - output.append(" These apps are now globally available") + output.append(" These apps are now available") output.extend(f" - {name}" for name in exposed_binary_names) output.extend( f" - {red(name)} (symlink missing or pointing to unexpected location)" for name in unavailable_binary_names From e5c73ba0e580e7453517b0aa4feb2b5516e7ed53 Mon Sep 17 00:00:00 2001 From: nerusskyhigh Date: Sun, 7 Jul 2024 22:40:04 +0200 Subject: [PATCH 2/3] add changelog file as requested by guidelines --- changelog.d/1460.docs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1460.docs.md diff --git a/changelog.d/1460.docs.md b/changelog.d/1460.docs.md new file mode 100644 index 0000000000..0c030d3adf --- /dev/null +++ b/changelog.d/1460.docs.md @@ -0,0 +1 @@ +provide an alternative output after an installation that is less confusing. \ No newline at end of file From a58c30608d64548e768af2af958eaedad0ddc7ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:34:26 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- changelog.d/1460.docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/1460.docs.md b/changelog.d/1460.docs.md index 0c030d3adf..b6c46095bd 100644 --- a/changelog.d/1460.docs.md +++ b/changelog.d/1460.docs.md @@ -1 +1 @@ -provide an alternative output after an installation that is less confusing. \ No newline at end of file +provide an alternative output after an installation that is less confusing.