Update setup_cantera.in

Fixes https://github.com/Cantera/cantera/issues/1050
This commit is contained in:
Mark E Fuller
2021-09-30 16:43:38 +02:00
committed by Ingmar Schoegl
parent be9511834f
commit a71b11290c

View File

@@ -20,7 +20,7 @@ export PYTHON_CMD
PATH=@ct_bindir@:$PATH
export PATH
if [ "@python_cmd@" != `which python` ]; then
if [ "@python_cmd@" != "`which python`" ]; then
alias ctpython=@python_cmd@
fi