I\'ve been usually installed python packages through pip.
For Google App Engine, I need to install packages to another target directory.
I\'ve tried:
On OSX(mac), assuming a project folder called /var/myproject
cd /var/myproject
setup.cfg
[install] prefix=
pip install -t .