【问题标题】:Equivalent from easy_install of --install-dir and --script-dir on PIP等效于 PIP 上 --install-dir 和 --script-dir 的 easy_install
【发布时间】:2013-10-30 12:19:23
【问题描述】:

我正在尝试安装一个似乎在 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 的替代方案是什么?

【问题讨论】:

    标签: python python-2.7 pip easy-install webfaction


    【解决方案1】:

    您的问题似乎重复了以下内容:Install a Python package into a different directory using pip?

    祝你好运:-)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-27
      • 1970-01-01
      • 2014-11-06
      • 1970-01-01
      • 2015-01-05
      • 2021-12-18
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多