saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
749 stars 69 forks source link

Add CPython 3.7.7 #158

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago
$ wget -q https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tgz
$ echo Python-*.tgz | xargs sha256sum | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.7.7': '8c8be91cd2648a1a0c251f04ea0bb4c2a5570feb9c45eaaa2241c785585b475a',