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
C:\Users\cestarfl>pipenv
Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe" "C:\Program Files\Python36\Scripts\pipenv.exe" '
PS: Pay attention to the double quotation marks before the python path.
Steps to replicate
Just type "pipenv" + [ENTER].
The text was updated successfully, but these errors were encountered:
@FlavioCestari see pypa/pip#5223 -- this is a problem with pip10 on windows 7x64 using cmd.exe and will be fixed in pip 10.0.1 which should be released soon
In the meantime, you can fix it by running python -m pip install pip==9.0.3
Uh oh!
There was an error while loading. Please reload this page.
When I call "pipenv" at the Windows command prompt I get the an error.
This problem and others occurs only with the new PIP version 10.0.0!
Expected result
Show Pipenv Help, like: "python -m pipenv"
Actual result
PS: Pay attention to the double quotation marks before the python path.
Steps to replicate
Just type "pipenv" + [ENTER].
The text was updated successfully, but these errors were encountered: