jaraco / pip-run

pip-run - dynamic dependency loader for Python
MIT License
137 stars 19 forks source link

PIP 10 warns when scripts aren't on PATH #26

Closed jaraco closed 6 years ago

jaraco commented 6 years ago

See pypa/pip#4553.

I was thinking we could suppress this error, but I noticed in pypa/pip#5200 that the warning isn't suppressed with an environment variable.

jaraco commented 6 years ago

Most likely, this warning will go away with the fix for pypa/pip#5201.