You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
found a bug in line 265 of install.sh - a false url path is set in the wget command
replace : sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.3/Python-3.7.4.tar.xz
with: sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
The text was updated successfully, but these errors were encountered:
found a bug in line 265 of install.sh - a false url path is set in the wget command
replace :
sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.3/Python-3.7.4.tar.xz
with:
sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
The text was updated successfully, but these errors were encountered: