easy_install conflict for python2.4 and python2.7
问题 I have installed python under /opt/python2.7.1/ on CentOS machine which has already python2.4 and configure it to run python2.7 default. However, when I write 'easy_install' it raises error like Traceback (most recent call last): File "/opt/python2.7.1/bin/easy_install", line 5, in ? from pkg_resources import load_entry_point File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2482, in ? for dist in working_set.resolve( File "/usr/lib/python2.4/site-packages/pkg_resources.py", line