On Mon, 21 Dec 2009, Gellatly, Anna wrote: > I think I like this idea - how do I know what version of python my yum > is using - there are several version on my system. > Anna. yum is almost undoubtedly using the system-installed python. so run: rpm -qf `which python` that should give you the one yum is using. -sv