|
I've followed the instructions the docs, but I can't seem to get pip to work outside of my home directory (ie on an per webapp basis) I tried install with the current working directory as MYAPP:
It installs fine, but when I run
it installs (runs setup.py) at
Any ideas? |
|
You need to specify the same type of options for pip that you did for easy_install. Here is link in the old forum that talks about this as well. |