I have a ubuntu machine , where I have to install Azure Python SDK:
1. When I execute this command:
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python
I get a message as :
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
2. Next when I issue this command
sudo /usr/local/bin/pip-2.7 install azure
sudo: /usr/local/bin/pip-2.7: command not found
I am not sure why is this happening ...Any solution for this?
Try
If you have both python2 and python3, try: