I have a Python package that I need to install in the /usr/lib/python2.7/dist-packages or any other specific directory for that matter.
/usr/lib/python2.7/dist-packages
Whenever I run t
--install-lib sets the installation directory for a module
--install-lib
python setup.py install --install-lib /src/lib/