Benjamin Schubert pushed to branch bschubert/fix-pip-python at BuildStream / buildstream
Commits:
-
db5af39d
by Benjamin Schubert at 2018-11-08T11:18:27Z
1 changed file:
Changes:
... | ... | @@ -80,6 +80,7 @@ _PYPI_INDEX_URL = 'https://pypi.org/simple/' |
80 | 80 |
|
81 | 81 |
# Used only for finding pip command
|
82 | 82 |
_PYTHON_VERSIONS = [
|
83 |
+ 'python', # when running in a venv, we might not have the exact version
|
|
83 | 84 |
'python2.7',
|
84 | 85 |
'python3.0',
|
85 | 86 |
'python3.1',
|