I've got to setup a new Django website on a webfaction account, getting issues when I try to run pip this is the error I get when I run pip install south
OSError: [Errno 13] Permission denied: '/tmp/pip-build/virtualenv'
I've got to setup a new Django website on a webfaction account, getting issues when I try to run pip this is the error I get when I run pip install south
OSError: [Errno 13] Permission denied: '/tmp/pip-build/virtualenv'
Webfaction provides instructions on how to install pip and pip packages for use within your local home directory... http://docs.webfaction.com/software/python.html#installing-packages-with-pip
If you plan on hosting multiple web applications from the same webfaction server, it's probably wise to setup virtualenvs for each application. To do this, I would try the following...
Hopefully that works. I don't have Webfaction to test but I think that should suffice.