Skip to content

Commit

Permalink
Add printed summary after successful injection.
Browse files Browse the repository at this point in the history
Fixes Issue pypa#223.
  • Loading branch information
itsayellow committed Sep 25, 2019
1 parent de9dd7f commit 92ce1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipx/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ def inject(
venv, package, LOCAL_BIN_DIR, venv_dir, include_dependencies, force=force
)

print(f" injected package {bold(package)} into venv {bold(venv_dir.name)}")
print(f"done! {stars}", file=sys.stderr)


Expand Down

0 comments on commit 92ce1ba

Please sign in to comment.