I have two versions of numpy installed on my OS X. One is version 1.2.1 installed via pip
, the other is the version 1.6.1 installed via easy_install
.
Now, I would like to remove the older version using pip uninstall
command. But would that affect the newer version installed by easy_install
? If so, how should I perserve the newer version while removing the older one?