Skip to content
Snippets Groups Projects
Commit a73501e5 authored by Lars Kruse's avatar Lars Kruse Committed by David Trattnig
Browse files

refactor(run.sh): unify calling of python

* `/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
parent 3612eb3f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment