Benjamin Schubert pushed to branch master at BuildStream / buildstream
Commits:
- 
27932739
by Benjamin Schubert at 2018-11-19T09:46:39Z
 - 
ea2de561
by Benjamin Schubert at 2018-11-19T10:19:24Z
 
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',
 | 
