I see that site-packages is used in some places: ``` if os.path.exists('/usr/lib/python2.7/site-packages'): sys.path.append('/usr/lib/python2.7/site-packages') ``` Should not this be 'dist-packages' for debian/ubuntu?
I see that site-packages is used in some places:
Should not this be 'dist-packages' for debian/ubuntu?