I have installed pip in my ~/.local/bin/ directory.
Here are the outputs of which, type and $PATH
$ type pip
pip is hashed (/home/bcc/pedros/.local/bin/pip)
$ which pip
/usr/bin/pip
$ echo $PATH
~/.local/bin/:~/bin:~/.bin:/global/bin:/opt/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
I can't figure out what's wrong with my PATH. This is affecting other installations in my Linux as well.
My Linux:
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.7 (squeeze)