nateozem

Results 5 comments of nateozem

Is this still the case with the latest master version?

How about using `sys.prefix` if didn't use `--user` for installation?

Below are results from printing `sys.prefix` and execute with option of `--user-site` system path $ /usr/bin/python -c 'import sys; print sys.prefix' /System/Library/Frameworks/Python.framework/Versions/2.7 $ /usr/local/bin/python -c 'import sys; print sys.prefix' /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7...

What's the status on this?