mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Update setup_cantera.in
Fixes https://github.com/Cantera/cantera/issues/1050
This commit is contained in:
committed by
Ingmar Schoegl
parent
be9511834f
commit
a71b11290c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user