18.5). Problem is my python install has an older versio..." /> 18.5). Problem is my python install has an older versio..." /> 18.5). Problem is my python install has an older versio..."/>

Linked Questions

Popular Questions

I'm trying to install the "cryptography" python packages which needs the setuptools library (v>18.5). Problem is my python install has an older version of this package (that of setuptools i mean). So I installed the latest one in a local directory which contains my local packages (since I don't have admin priviledges).

But "python setup.py install" still tells me my setuptools version is too old. So, how do I get to tell python to look for setuptools in my local install, and not within the classic /usr/local/share/blablabla… ?

Thanks, hope I was clear enough !

PS: my local install directory is listed within PYTHONPATH

Related Questions