Monday, October 5, 2009

Google app engine SDK on Gentoo ~amd64

Here is how I got the Google app engine SDK working on Gentoo ~amd64.

Set python2.5 as the default:
sudo eselect python set python2.5

Unmask and install django:
sudo echo "dev-python/django ~amd64" >> /etc/portage/package.keywords
sudo emerge -av dev/python/django
Then just follow the instructions provided by Google.

Note: Dont forget to set the python version back to whatever it was (2.6 for me) when you are done.

0 comments:

Post a Comment