1

私は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 の代替手段は何ですか?

4

1 に答える 1

0

あなたの質問は次を複製しているようです: Install a Python package into a different directory using pip?

とにかく頑張ってください:-)

于 2013-10-21T20:42:02.350 に答える