diff options
author | 2016-02-01 17:59:52 +0200 | |
---|---|---|
committer | 2016-02-01 17:59:52 +0200 | |
commit | 92a2b03be7d0450c5fa51c0eb6cf949c6c6394bb (patch) | |
tree | 67758d66c6549411b0925fa10116111f4a299b3d | |
parent | f7d24e3fde8dbd36f9e2679307f5f384022857f2 (diff) |
python version should be 2.7
-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 |