Closed
Description
At least on Windows, in a file
string, environment variables are not being expanded.
_python-ldap = {platform_system = "== 'Windows'", file = "%USERPROFILE%/Downloads/python_ldap-3.1.0-cp36-cp36m-win_amd64.whl"}
WARNING: Invalid requirement, parse error at "'%USERPRO'"
ABORTING INSTALL... You will have to reinstall any packages that failed to install.
The same thing happens for ${USERPROFILE}
and $USERPROFILE
.
Python 3.6.5
Pipenv 2018.05.18