-
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
python_pip unable to detect that carbon is installed:
e# pip install carbon && pip list | grep carbon && echo installed || echo "installed but not found"
Collecting carbon
Using cached carbon-0.9.13.tar.gz
Requirement already satisfied (use --upgrade to upgrade): twisted in /usr/local/lib/python2.7/dist-packages (from carbon)
Requirement already satisfied (use --upgrade to upgrade): txamqp in /usr/local/lib/python2.7/dist-packages (from carbon)
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/local/lib/python2.7/dist-packages (from twisted->carbon)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from zope.interface>=3.6.0->twisted->carbon)
Installing collected packages: carbon
Running setup.py install for carbon
Successfully installed carbon
installed but not foundI think we have to add not_if and check manually.
There is a trick how to detect it actually installed:
PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/" pip freezeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels