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.keywordsThen just follow the instructions provided by Google.
sudo emerge -av dev/python/django
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