DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Upgrade Python 2.4 To 2.5 On Debian Etch
upgrade python 2.4 to 2.5 on debian etch
aptitude install python2.5 # which python /usr/bin/python # which python2.5 /usr/bin/python2.5 ..create symbolic link from /python to /python2.5 to force debian to default to 2.5 ln -sf /usr/bin/python2.5 /usr/bin/python





