Running (say for numpy) pipenv install --upgrade numpy
tries to install --upgrade
and numpy
instead of normal pip
behavior for --upgrade
switch.
Is anyone else having this problem?
Edit:
Everyone, stop using pipenv
. It's terrible. Use poetry
instead.