summaryrefslogtreecommitdiffstats
path: root/scripts/find_python.sh
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-01 17:59:52 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-01 17:59:52 +0200
commit92a2b03be7d0450c5fa51c0eb6cf949c6c6394bb (patch)
tree67758d66c6549411b0925fa10116111f4a299b3d /scripts/find_python.sh
parentf7d24e3fde8dbd36f9e2679307f5f384022857f2 (diff)
python version should be 2.7
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