diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ sudo apt-get install -y libssl-dev openssl > /dev/null # for pip -PYTHON_VERSION=3.6.1 +PYTHON_VERSION=3.6.4 echo "Installation of Python..." if [ "$1" == postgres ]; then sudo apt-get install -y libpq-dev > /dev/null |