mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
better output
This commit is contained in:
+1
-1
@@ -528,7 +528,7 @@ def run(command, args, three=None):
|
||||
try:
|
||||
c = pexpect.spawn('{0} {1}'.format(which(command), ' '.join(args)))
|
||||
except pexpect.exceptions.ExceptionPexpect:
|
||||
click.echo(crayons.red('The command was not found!'))
|
||||
click.echo(crayons.red('The command was not found within the virtualenv!'))
|
||||
sys.exit(1)
|
||||
|
||||
# Interact with the new shell.
|
||||
|
||||
Reference in New Issue
Block a user