Showing posts with label pythonbrew. Show all posts
Showing posts with label pythonbrew. Show all posts

Sep 19, 2013

Dead snakes

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python2.4 python2.4-dev

Sep 3, 2013

Pythonbrew

This project is no longer under active development.
You are encouraged to try out pyenv instead.

Jun 27, 2012

Install multiple Python versions locally

https://github.com/utahta/pythonbrew - Pythonbrew is a program to automate the building and installation of Python in the users $HOME.
https://github.com/akheron/multipy - Install multiple Python versions locally