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
if you run pipenv check --system on a system which only has python3 and not python binary, you'll get a JSONDecodeError due to an empty response from which -a python. Instead with --system it should just use sys.executable
if you run
pipenv check --systemon a system which only haspython3and notpythonbinary, you'll get aJSONDecodeErrordue to an empty response fromwhich -a python. Instead with--systemit should just usesys.executable