Skip to content
  • Oto Šťáva's avatar
    0e100ff1
    treewide: use /usr/bin/env for shebangs · 0e100ff1
    Oto Šťáva authored
    This makes the scripts compatible with setups where they use commands
    from somewhere other than `/bin` or `/usr/bin`, a prominent OS doing
    this being NixOS.
    
    But also, anyone may wish to just override things for their particular
    setup. Especially with Python, this enables the proper use of
    virtualenvs.
    0e100ff1
    treewide: use /usr/bin/env for shebangs
    Oto Šťáva authored
    This makes the scripts compatible with setups where they use commands
    from somewhere other than `/bin` or `/usr/bin`, a prominent OS doing
    this being NixOS.
    
    But also, anyone may wish to just override things for their particular
    setup. Especially with Python, this enables the proper use of
    virtualenvs.
Loading