tests: recognize ./run jupyter
* tests/run.in: Here.
This commit is contained in:
parent
e8a3f62491
commit
f3b95a8a11
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ case $1 in
|
||||||
exec sh -x "$@";;
|
exec sh -x "$@";;
|
||||||
*.pl)
|
*.pl)
|
||||||
exec @PERL@ "$@";;
|
exec @PERL@ "$@";;
|
||||||
*python*)
|
*python*|*jupyter*)
|
||||||
PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath \
|
PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath \
|
||||||
exec $PREFIXCMD "$@";;
|
exec $PREFIXCMD "$@";;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue