-
Notifications
You must be signed in to change notification settings - Fork 125
Developer: Reset EGG installation
primalmotion edited this page Dec 13, 2011
·
5 revisions
Sometimes, you may want to clean up your Archipel agent installation. Easy Install is cool for installing, but not for uninstalling. You need to do some stuff manually. Here is the procedure
- Open
/usr/lib/python2.X/site-packages/easy-install.pth
- Remove all lines containing
archipel
word
Launch the command
rm -rf /usr/lib/python2.X/site-packages/archipel*
(On Ubuntu: rm -rf /usr/local/lib/python2.X/dist-packages/archipel*)
If you want to reinstall the beta version (published Eggs) do:
easy_install archipel-agent
If you want to reinstall the agent from source or nightlies, do:
cd /path/to/agent/nighly/or/source
./buildAgent -d
/etc/init.d/archipel restart
All your configuration and virtual machine will be kept, no worries.