Installing python-glanceclient without pip
I would like to install python-glanceclient, but I cannot do it using the script because I don't have pip on this OS, and installing pip is not an option. Is there an easy way to install it?
I though copying the folder glanceclient into the site-packages folder was enough, but no. How can I do it? Thanks.
What OS are you using? Any error messages?
I have this error: http://paste.ubuntu.com/6087015/ I know, is because I don't have pip installed, but literally I *don't* want it into my OS. I'm trying to do my own 'setup.py' but I realized that the binary is not in the python-glanceclient repository. Where is it?