-
Notifications
You must be signed in to change notification settings - Fork 487
Description
I have initially installed carbon ( and whisper, graphite-web) on a dev environment through
cd /tmp; git clone https://github.com/graphite-project/carbon.git;
cd /tmp/carbon; git checkout 1.1.1; python setup.py install; wait;
graphite is installed under /opt/gaphite and working as expected
so now I want to install 1.1.2 but want to I want to move my installation directory to /graphite instead of /opt/graphite. I have done a new installation on different directory on another box but that was a brand new installation without any existing installation.
Been looking for a way to uninstall all the of graphite components but couldnt find any clear documentation. pip list only shows whisper 1.1.1 only
what is the best way of uninstalling graphite and reinstalling ? couldnt find any documentation about that.
I am running it on a redhat 7.4 box.
Thank you