I am trying to install a library that appears to be available on pip but not on easy install, the way to install in my host, which is webfaction would be something like this:
PYTHONPATH=/$HOME/webapps/<app_name>/lib/python2.7/ easy_install-2.7 --install-dir=/$HOME/webapps/<app_name>/lib/python2.7/ --script-dir= /$HOME/webapps/<app_name>/bin/ TwitterAPI
what are the alternatives to the options --install-dir (isn't it --target?) and --script-dir in pip?