Unverified Commit 92919d2b authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1801 from vsomnath/python-version-install

Change install script to python 3.6
parents df35696f c4f3bdb7
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" ];