kmcduffee-verisk

Results 5 comments of kmcduffee-verisk

@mapkon The bug topic is not really reflective of what is going on (and I have seen this error as well). The problem is that, previously, one could submit the...

Possibly more context/example: ``` ➜ ~ which pipenv /opt/homebrew/bin/pipenv ➜ ~ saml2aws exec -a AWS-profile "/opt/homebrew/bin/pipenv run chalice local --port 8980" fork/exec /opt/homebrew/bin/pipenv run chalice local --port 8980: no such...

@mapkon ☝️ (that's me)

This is the PR that broke the behavior: #737 The commit log says "it can always be wrapped in a shell on the command line" but that does not seem...

After some investigation, it appears just using the current version and prefixing the command with ` -- ` allows the command to work as expected. This perhaps should be in...