From a480b69f996a89dfa6bf4a8a542aee00835c0f08 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 8 Nov 2017 17:38:41 -0600 Subject: [PATCH] Ensure 'run ' arguments are not stolen by 'run' arguments --- pipenv/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv/cli.py b/pipenv/cli.py index 718fdf46..6e4e5d43 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -2217,6 +2217,7 @@ def inline_activate_virtualenv(): short_help="Spawns a command installed into the virtualenv.", context_settings=dict( ignore_unknown_options=True, + allow_interspersed_args=False, allow_extra_args=True ) )