When given a Windows style path as an editable requirement on the command line, pipenv fails to find it. #5828
Labels
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
triage
Issue description
Using '' in a editable dependency instead of '/' will not work.
Expected result
Both
pipenv install ..\..\libraries\foobar
andpipenv install -e ..\..\libraries\foobar
workActual result
The first command succeeds, but the second one doesn't. It errors with
$ pipenv --support
Pipenv version:
'2022.12.19'
Pipenv location:
'C:\\Users\\robbe\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pipenv'
Python location:
'C:\\Users\\robbe\\AppData\\Local\\Programs\\Python\\Python311\\python.exe'
OS Name:
'nt'
User pip version:
'22.3.1'
PEP 508 Information:
Pipenv?specific environment variables:
The text was updated successfully, but these errors were encountered: