mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
better support for keep 'em seperated
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+2
-1
@@ -1347,7 +1347,8 @@ def run(command, args, three=None, python=False):
|
||||
command = _c.pop(0)
|
||||
if _c:
|
||||
args = list(args)
|
||||
args.insert(0, *_c)
|
||||
for __c in reversed(_c):
|
||||
args.insert(0, __c)
|
||||
|
||||
_which = 'which' if not os.name == 'nt' else 'where'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user