1

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?

Leonardo
  • 2,484
  • 2
  • 25
  • 37

1 Answers1

0

You question seems to be duplicating the following: Install a Python package into a different directory using pip?

Good luck to you anyway :-)

Community
  • 1
  • 1
Mikhail Karavashkin
  • 1,365
  • 10
  • 16