I have tried installing new python packages using pip. The installation fails and I get the following error:
ERROR: Cannot uninstall 'pytz'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
I could determine that there are three builds of pytz version 2016.6.1. The version on my machine is build py35_0 and I want to uninstall it. How do I modify the prompt below to uninstall a specific build of a version of a package?
$ pip uninstall pytz==2016.6.1