Advertisement
Guest User

Easy_install output

a guest
May 8th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. TEST FAILED: /Users/castillo/.local/lib/python2.7/site-packages does NOT support .pth files
  2. error: bad install directory or PYTHONPATH
  3.  
  4. You are attempting to install a package to a directory that is not
  5. on PYTHONPATH and which Python does not read ".pth" files from. The
  6. installation directory you specified (via --install-dir, --prefix, or
  7. the distutils default setting) was:
  8.  
  9. /Users/castillo/.local/lib/python2.7/site-packages
  10.  
  11. and your PYTHONPATH environment variable currently contains:
  12.  
  13. ''
  14.  
  15. Here are some of your options for correcting the problem:
  16.  
  17. * You can choose a different installation directory, i.e., one that is
  18. on PYTHONPATH or supports .pth files
  19.  
  20. * You can add the installation directory to the PYTHONPATH environment
  21. variable. (It must then also be on PYTHONPATH whenever you run
  22. Python and want to use the package(s) you are installing.)
  23.  
  24. * You can set up the installation directory to support ".pth" files by
  25. using one of the approaches described here:
  26.  
  27. http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations
  28.  
  29. Please make the appropriate changes for your system and try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement