Created
November 23, 2013 19:42
-
-
Save amalgamatedclyde/7618995 to your computer and use it in GitHub Desktop.
buildozer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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