summaryrefslogtreecommitdiffstats
path: root/scripts/find_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/find_python.sh')
-rwxr-xr-xscripts/find_python.sh2
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