Re: Python installation/cleanup management

2014-02-05 Thread Asaf Las
On Thursday, February 6, 2014 3:19:00 AM UTC+2, Asaf Las wrote: > On Thursday, February 6, 2014 1:31:58 AM UTC+2, Asaf Las wrote: so far smallest footprint one: http://my.opera.com/ruario/blog/2012/02/15/tracking-software-that-you-have-compiled-locally -- https://mail.python.org/mailman/listinf

Re: Python installation/cleanup management

2014-02-05 Thread Asaf Las
On Thursday, February 6, 2014 1:31:58 AM UTC+2, Asaf Las wrote: > > Asaf Epel repository provides paco for CentOS. Guess RH does same. paco x86_64 2.0.9-6.el6 (yet there are couple of other tools based on interception of copied files during make install) --

Python installation/cleanup management

2014-02-05 Thread Asaf Las
Hi What is the best way to manage Python isolated from /bin /usr/bin ... installations done via source code compilation on yum/rpm based systems? there are some alternatives i guess could be done: * configure --prefix, then delete * checkinstall * fpm (questionable for python?) * make altins