Comment 3 for bug 1639354

Revision history for this message
Luke Yeager (luke-yeager) wrote :

^ That was supposed to be an attachment. A dockerfile to repro.

The pip list command shows only one Python package installed (pip (8.1.1)).

The pip install command should do nothing, since pymongo is already installed. But instead, pip doesn't see the existing installation and re-installs the package (the newest available version from PyPI).