I\'m trying to install version 1.2.2 of the MySQL_python adaptor, using a fresh virtualenv created with the --no-site-packages option. The current version shown
--no-site-packages
I believe that if you already have a package it installed, pip will not overwrite it with another version. Use -I to ignore previous versions.
-I