osx - Uninstall python 3.2 on mac os x 10.6.7 -


according documentation python.org, python 3.2 install on mac os requires upgrade tcl/tk 8.5.9 (for use of idle). in haste, have done both. friend told me python 3 not recommended yet because built-ins , few modules have been released 3. stable 1 far 2.7 (especially if 1 wants make extensive use of variety of modules). machine has both 2.6.1 , 3.2 (because os services make use of 2.6.1 comes default os).

1. how remove 3.2 avoid compatibility issues?

tcl/tk 8.5.9 installed , not default. there no verbose mode during installation, don't know whether replaced default one. if did how bad can os? , hence

2. if above bad, how downgrade old version of tcl/tk?

in short, how bring machine original state? if knows paths directories , files can manually.

thanks

since python installs using package manager, can use suspicious package @ install script , installed.

be aware demonstration purposes only. environment osx 10.6.8 , uninstalling python-3.2.2-macosx10.6.dmg.

sudo rm -rfv /library/frameworks/python.framework/ /applications/python\ 3.2/  cd /usr/local/bin/  sudo rm -fv 2to3 2to3-3.2 idle3 idle3.2 pydoc3 pydoc3.2 python3 python3-32 python3-config python3.2 python3.2-32 python3.2-config python3.2m python3.2m-config pythonw3 pythonw3-32 pythonw3.2 pythonw3.2-32 /developer/documentation/python/reference\ documentation\ 3.2 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -