fwiw tho: ```[illuminati ~]$ which python2.7 /User...
# general
r
fwiw tho:
Copy code
[illuminati ~]$ which python2.7
/Users/kwilson/Python/CPython-2.7.11/bin/python2.7
[illuminati ~]$ python2.7
Python 2.7.11 (default, Jan  5 2016, 18:06:15) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> [x for x in sys.path if 'Extras' in sys.path]
[]