Skip to content

Carbon have re-installed each run #223

@jsirex

Description

@jsirex

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 found

I 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 freeze

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions