Skip to content

Instantly share code, notes, and snippets.

@syui
Created February 17, 2014 19:23
Show Gist options
  • Save syui/9057182 to your computer and use it in GitHub Desktop.
Save syui/9057182 to your computer and use it in GitHub Desktop.
#! /bin/sh
export EXTERNAL_STORAGE=/mnt/storage
PYTHONPATH=/mnt/storage/com.googlecode.pythonforandroid/extras/python
PYTHONPATH=${PYTHONPATH}:/data/data/com.googlecode.pythonforandroid/files/python/lib/python2.6/lib-dynload
export PYTHONPATH
export TEMP=/mnt/storage/com.googlecode.pythonforandroid/extras/python/tmp
export PYTHON_EGG_CACHE=$TEMP
export PYTHONHOME=/data/data/com.googlecode.pythonforandroid/files/python
export LD_LIBRARY_PATH=/data/data/com.googlecode.pythonforandroid/files/python/lib
/data/data/com.googlecode.pythonforandroid/files/python/bin/python "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment