diff --git a/pipenv/cli.py b/pipenv/cli.py index b84eaf35..d8434cb6 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1194,7 +1194,7 @@ def system_which(command, mult=False): if mult: return result.split('\n') else: - result + result.split('\n')[0] def format_help(help): """Formats the help string."""