Skip to content
Snippets Groups Projects
  • Lars Kruse's avatar
    a73501e5
    refactor(run.sh): unify calling of python · a73501e5
    Lars Kruse authored and David Trattnig's avatar David Trattnig committed
    * `/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
    a73501e5
    History
    refactor(run.sh): unify calling of python
    Lars Kruse authored and David Trattnig's avatar David Trattnig committed
    * `/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
run.sh 2.41 KiB