We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfbc74 commit 31d5529Copy full SHA for 31d5529
docker/install/ubuntu_install_python.sh
@@ -36,7 +36,7 @@ apt-install-and-clear -y python-pip python-dev python3.6 python3.6-dev
36
rm -f /usr/bin/python3 && ln -s /usr/bin/python3.6 /usr/bin/python3
37
38
# python 3.7
39
-apt-get install -y python3.7
+apt-install-and-clear -y python3.7
40
41
# Install pip
42
wget -q https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py
0 commit comments