[Python binding] Fix setup.py to allow installing in a virtualenv

In a virtualenv:
- site.getusersitepackages() won't import
- get_python_lib() will return the directory inside the virtualenv
- the "--user" option can therefore be safely ignored.
1 file changed