-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninstall carbon and reinstall to new directory #758
Comments
No I am not using virtualenv. And whats is interesting is that i went a head an installed carbon as below (on a different directory with renaming the old /opt/graphite to /opt/xgraphite) and still not showing under
|
Well, python packaging is a mess TBH. 🤷♂️ |
I am just afraid that i will have issues down the road if that carbon and the graphite-web components do not show as installed under pip packages. specially if i needed to used carbonate/buckytools down the road. I remember seeing an issues that you commented at with a guy having issues installing carbonate because it's not seeing carbon installed. Will share that link when I find it |
You need to tell pip to look in the Maybe something like:
|
IIRC: If you use I would recommend to always install through pip (unless you are developing). From a source directory you can use:
I'll add this to the docs. I don't think the reason carbonate cannot see carbon is related to the package showing in pip. I expect this has to be a PYTHONPATH issue, which should be simplified with #835 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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
The text was updated successfully, but these errors were encountered: