graphite-project / carbonate

Utilities for managing graphite clusters
MIT License
516 stars 80 forks source link

Try to set /opt/graphite/lib in the console_scripts binstubs #33

Closed jssjr closed 10 years ago

jssjr commented 10 years ago

This attempts to modify the install_scripts class from setuptools to inject /opt/graphite/lib into sys.path before calling load_entry_point.

jssjr commented 10 years ago

This is a rather gross approach, I think. But it does seem to be working for people who are hitting this bug and don't (or can't) set PYTHONPATH.