We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to invoke pipenv --venv we're not logging any errors returned. What we found was that pipenv was installed, however the error returned was related to http://click.pocoo.org/5/python3/ and #1027
pipenv --venv
pipenv
We need to log this error and possibly provide a prompt (solution) for the user.
The text was updated successfully, but these errors were encountered:
Capture and display errors returned by pipenv command (#1430)
a6267b7
Fixes #1254 Fixes #1428
DonJayamanne
Successfully merging a pull request may close this issue.
When trying to invoke
pipenv --venv
we're not logging any errors returned.What we found was that
pipenv
was installed, however the error returned was related to http://click.pocoo.org/5/python3/ and #1027We need to log this error and possibly provide a prompt (solution) for the user.
The text was updated successfully, but these errors were encountered: