How to "rebind" py2.5.1 to run from comprompt after uninstalling py3.0?

Matimus mccredie at gmail.com
Fri Jun 27 12:10:41 EDT 2008


On Jun 26, 8:13 pm, defn noob <circularf... at yahoo.se> wrote:
> I installed python30 and so command prompt runs all pythonprograms
> through that which i didnt want so i uninstalled it.
>
> now i cant start any pythonprograms through the commandprompt.
>
> how do I "rebind" python25 to luanch when claling .py-files from the
> command prompt?

I'm assuming you are using Windows? You should be able to just re-
install python 2.5.2 (latest version would be good) over the top. It
won't destroy any 3rd party modules you have installed. The only thing
you could lose would be if you had modified something in the standard
library, which is a bad idea anyway.

Matt



More information about the Python-list mailing list