Affected Version: ALL
Environment: Linux
What steps will reproduce the problem?
1. try to init with python3 installed at /usr/bin/python
We get breakage here...the solution:
https://github.com/ilikenwf/repo
Well, I did that - but really it's just replacing the call to python in main.py
and the main repo script with the following:
PYTHON="$(which python2 2>/dev/null || which python)"
And then replace "exec python" with "exec $PYTHON"
Original issue reported on code.google.com by mparn...@gmail.com on 9 Dec 2011 at 5:03
Original issue reported on code.google.com by
mparn...@gmail.com
on 9 Dec 2011 at 5:03