Skip to content

Instantly share code, notes, and snippets.

@okal
Created April 16, 2011 20:55
Show Gist options
  • Select an option

  • Save okal/923492 to your computer and use it in GitHub Desktop.

Select an option

Save okal/923492 to your computer and use it in GitHub Desktop.
Installing Python2.5 on Ubuntu 10.04 Lucid Lynx
$ alias gaes='/path/to/sdk/dev_appserver.py'
deb http://ftp.debian.org/debian/ lenny main contrib non-free
#!/usr/bin/env python2.5
$ gaes /path/to/app
$ sudo gedit /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install python2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment