diff --git a/pipenv/cli.py b/pipenv/cli.py index 492b3343..b113deeb 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -118,6 +118,8 @@ def enhance(user=False): crayons.green('Pipenv updated'), crayons.yellow('{v.major}.{v.minor}.{v.patch}'.format(v=latest)) )) + else: + click.echo(crayons.green('All good!')) def cleanup_virtualenv(bare=True): @@ -871,6 +873,8 @@ def cli(ctx, where=False, venv=False, rm=False, bare=False, three=False, python= # Upgrade self to latest version. enhance() + sys.exit() + if ctx.invoked_subcommand is None: # --where was passed... if where: