I have installed python 2.7.8 via make and make install and then pip via get-pip. I have to note that I work behind a proxy which I have set up via
http_proxyftp_proxyhttps_proxy
in
- my user's
~/.zshrc - root's
/root/.basrc
now I am able to run pip
- on my user account
- on root account
but I am not able to run it via my user's shell using sudo
sudo pip
sudo: pip: command not found
What is wrong here?