I'm using Ubuntu 14.04.
I manually installed Python 2.7.9 with this file.
But now, site.getsitepackages() method shows like bellow. And I can't import any installed modules.
>>> import site; site.getsitepackages()
['/usr/local/lib/python2.7/site-packages', '/usr/local/lib/site-python']
The sub-directories must be named "dist-packages" on Ubuntu instead of "site-packages". How can I fix this?