私はpipで利用可能であるが簡単なインストールでは利用できないように見えるライブラリをインストールしようとしています.webfactionである私のホストにインストールする方法は次のようになります:
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
pip のオプション --install-dir (--target ではないですか?) と --script-dir の代替手段は何ですか?