Python pip ainda à procura de instalação anterior

Depois de experimentaristo problema de fermentação com sqlite3, eu fiz

brew rm sqlite python python3

então

brew install python python3

Este python2.7.5 instalado como o intérprete padrão e como brew instala pip junto com python, eu pensei que seria capaz de

pip install virtualenv

para instalar o virtualenv para o novo python2.7.5. No entanto, estou recebendo

-bash: /usr/local/share/python/pip: /usr/local/Cellar/python/2.7.3/bin/python: bad interpreter: No such file or directory

Como posso resolver isso? Devo estar criando um link simbólico entre

/usr/local/share/python/pip --> /usr/local/Cellar/python/2.7.5/bin/pip-2.7

questionAnswers(4)

yourAnswerToTheQuestion