tor/changes/ticket29913
teor a10d4adc25
Stop assuming that /usr/bin/python3 exists
For scripts that work with python2, use /usr/bin/python.
Otherwise, use /usr/bin/env python3.

Fixes bug 29913; bugfix on 0.2.5.3-alpha.
2019-03-27 11:07:55 +10:00

5 lines
227 B
Plaintext

o Minor bugfixes (python):
- Stop assuming that /usr/bin/python3 exists. For scripts that work with
python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3.
Fixes bug 29913; bugfix on 0.2.5.3-alpha.