diff options
-rwxr-xr-x | scripts/find_python.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/find_python.sh b/scripts/find_python.sh index 260ddaf7..9552260b 100755 --- a/scripts/find_python.sh +++ b/scripts/find_python.sh @@ -4,7 +4,7 @@ function find_python { # two candidates - machine python and cisco linux python MACHINE_PYTHON=python - CEL_PYTHON=/router/bin/python + CEL_PYTHON=/router/bin/python-2.7.4 # try the machine python PYTHON=$MACHINE_PYTHON |