Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created November 23, 2013 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalgamatedclyde/7618995 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/7618995 to your computer and use it in GitHub Desktop.
buildozer
# Install distribute
# Run 'curl http://python-distribute.org/distribute_setup.py | venv/bin/python'
# Cwd /home/clyde/buildozer/.buildozer
/bin/sh: 1: curl: not found
# Install requirement datetime in virtualenv
# Run 'pip-2.7 install --download-cache=/home/clyde/.buildozer/cache --target=/home/clyde/buildozer/.buildozer/applibs datetime'
# Cwd /home/clyde/buildozer/.buildozer
Traceback (most recent call last):
File "/home/clyde/buildozer/.buildozer/venv/bin/pip-2.7", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
# Command failed: pip-2.7 install --download-cache=/home/clyde/.buildozer/cache --target=/home/clyde/buildozer/.buildozer/applibs datetime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment