[PATCH] D50388: Respect PYTHONPATH

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 01:24:43 PDT 2018


delcypher added a comment.

@greend This seems reasonable but I'm wondering under what scenario `psutil` is installed in a non-standard location which requires the use of `PYTHONPATH`. The usual way to handle installing a python package that you don't want system wide is to use `virtualenv` and then run `pip install psutil` in that environment.


Repository:
  rL LLVM

https://reviews.llvm.org/D50388





More information about the llvm-commits mailing list