Skip to content
Snippets Groups Projects
  • Lars Kruse's avatar
    94345154
    refactor(run.sh): unify calling of python · 94345154
    Lars Kruse authored
    * `/usr/bin/env` is not necessary: `python3` is just the same
      (`/usr/bin/env python3` is helpful in a shebang, since an absolute
      path is required there)
    * use the variable `$PYTHON_EXEC`: it was introduced recently, but not
      used for now
    94345154
    History
    refactor(run.sh): unify calling of python
    Lars Kruse authored
    * `/usr/bin/env` is not necessary: `python3` is just the same
      (`/usr/bin/env python3` is helpful in a shebang, since an absolute
      path is required there)
    * use the variable `$PYTHON_EXEC`: it was introduced recently, but not
      used for now