Skip to content
Snippets Groups Projects
  • Marco Biasini's avatar
    7620bc75
    prefer versioned python binaries to non-versioned ones · 7620bc75
    Marco Biasini authored
    On many systems, there are several parallel python
    installations. There is usually a "python" symlink that
    points to the currently active python version. That might
    not be the one we need. Instead of picking up that one, we
    now search for python$VERSION and as a last resort use
    python.
    7620bc75
    History
    prefer versioned python binaries to non-versioned ones
    Marco Biasini authored
    On many systems, there are several parallel python
    installations. There is usually a "python" symlink that
    points to the currently active python version. That might
    not be the one we need. Instead of picking up that one, we
    now search for python$VERSION and as a last resort use
    python.