Skip to content

Doubt about distribute.sh #173

@alexsilva

Description

@alexsilva

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions