[Notes] [Git][BuildStream/buildstream][bschubert/fix-pip-python] plugins/sources/pip.py: also look for python version named "python"



Title: GitLab

Benjamin Schubert pushed to branch bschubert/fix-pip-python at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/plugins/sources/pip.py
    ... ... @@ -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',
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]