3 messages in com.googlegroups.pylons-discussRe: Trying to install on dreamhost - ...
FromSent OnAttachments
walterbyrd24 Nov 2007 16:54 
Philip Jenvey25 Nov 2007 10:21 
walterbyrd25 Nov 2007 14:54 
Subject:Re: Trying to install on dreamhost - need help
From:Philip Jenvey (pjen@public.gmane.org)
Date:11/25/2007 10:21:00 AM
List:com.googlegroups.pylons-discuss

On Nov 24, 2007, at 4:55 PM, walterbyrd wrote:

I am using the tutorial found here:

http://blog.micampe.it/articles/tag/dreamhost

It work until I try to run:

python2.4 bin/ez_setup.py

That causes this error:

[Errno 13] Permission denied: '/usr/lib/python2.4/site-packages/test- easy-install-12226.write-test'

This means you're using the system-wide python instead of your virtual-python version. Reread the paragraph prior to the ez_setup.py line:

"To make the illusion more real, you should then add ~/bin in front of your $PATH, so that you can just type python in the shell and the interpreter used will be your private one instead of the global one."