Commit c4f3bdb7 authored by Vignesh's avatar Vignesh
Browse files

Change install script to python 3.6

parent df35696f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@ fi

if [ -z "$python_version" ]
then
    echo "Using python 3.5 by default"
    export python_version=3.5
    echo "Using python 3.6 by default"
    export python_version=3.6
else
    echo "Using python "$python_version". But recommended to use python 3.5."
    echo "Using python "$python_version". But recommended to use python 3.6."
fi

if [ -z "$1" ];