Hi Yoshio, You didn't provide any details on what is your platform, or how you installed Python or easy_install.
And most importantly, you didn't explain what "can not install easy_install for 2.6" means, in terms of error messages you got. In any case, there's likely a "easy_install-2.6" command if you managed to install easy_install into Python 2.6, even if the "easy_install" command is pointing to Python 2.7. Regards, Leo On Tue, Dec 11, 2012 at 2:26 AM, Yoshio Arai <[email protected]> wrote: > Hello > > I installed Python 2.7 and installed easy_install. It did work. > But, to install Brian which is neuroscience package, Brian > did not come with Scipy, because Scipy works with Python 2.6. > So I installed Python 2.6 and tried to install easy_install 2.6 > but, can not install easy_install for 2.6, I believe already 2.7 version > easy_install is occupying a spot. > > Please let me know how to replace 2.7 easy_instal to 2.6. > > Yoshio Arai > > _______________________________________________ > Distutils-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/distutils-sig > _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
