Skip to content

Instantly share code, notes, and snippets.

@syui
Created February 17, 2014 22:29
Show Gist options
  • Save syui/9060511 to your computer and use it in GitHub Desktop.
Save syui/9060511 to your computer and use it in GitHub Desktop.
#https://github.com/Wildog/Python-for-Android-Shell
export EXTERNAL_STORAGE=/mnt/sdcard
PYTHONPATH=/mnt/sdcard/com.googlecode.pythonforandroid/extras/python
PYTHONPATH=${PYTHONPATH}:/data/data/com.googlecode.pythonforandroid/files/python/lib/python2.6/lib-dynload
export PYTHONPATH
export TEMP=/mnt/sdcard/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment