You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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: