-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
When trying to run the below command:
./distribute.sh -m "requests kivy"
I noticed the below error:
./distribute.sh: line 93: --python=python2.7: command not found
So as a good programmer, I sought such error line (93).
I noticed that the variable "$VIRTUALENV" was empty!
I changed the code below (line 93):
try $VIRTUALENV --python=python2.7 venv
For this code and it worked as expected:
try virtualenv --python=python2.7 venv
The variable "$VIRTUALENV" is empty by default ?
The documentation says nothing about (not having seen):
http://python-for-android.readthedocs.org/en/latest/toolchain/#usage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels