I found out that I have two versions of pip
installed on my OS X, and I would like to remove the older version (which is also labelled as 'inactive' by yolk -l
).
In another SO post, I found that you can uninstall a package using pip uninstall
command. But in my case, I would like to remove only the older version of the package, leaving the active version untouched. How should I do this properly?