some time ago i installed pip probably according to this method.
Later on i installed everything by macports
.
I have now installed Python 3.X and i installed py3x-pip. Installed; Activated.
Even run port select --set pip pip3x
serval times.
But nothing open the pip3. Only the previous installed pip.
name:~ Jee-Bee$ which pip
/usr/local/bin/pip
name:~ Jee-Bee$ /usr/local/bin/pip -V
pip 7.0.3 from /Library/Python/2.7/site-packages/pip-7.0.3-py2.7.egg (python 2.7)
name:~ Jee-Bee$ pip -V
pip 7.0.3 from /Library/Python/2.7/site-packages/pip-7.0.3-py2.7.egg (python 2.7)
- What have can i do to delete the
easy_install
pip? and maybe other software(?). - How get i the pip3 running?