I listed my site-packages path following code from another question:
import site
site.getsitepackages()
which returned this result:
['C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\User',
'C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\User\\lib\\site-packages',
'C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\App\\appdata',
'C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\App\\appdata\\lib\\site-packages',
'C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\App\\appdata\\canopy-1.5.5.3123.win-x86_64',
'C:\\Users\\bbrown\\AppData\\Local\\Enthought\\Canopy\\App\\appdata\\canopy-1.5.5.3123.win-x86_64\\lib\\site-packages']
Yet (after showing hidden files and folders in my Windows 7 Appearance control panel) it appears that my site packages are exclusively in
C:\Users\bbrown\AppData\Local\Enthought\Canopy\App\appdata\Lib\site-packages
lib
vs. Lib
. What gives?