mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 20:13:47 -05:00
Use http://www.python.org instead of http://python.org since former is configured to use fast.ly
``` % dig python.org. A ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 9216 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; python.org. IN A ;; ANSWER SECTION: python.org. 5 IN A 104.130.43.121 ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 3 msec ;; SERVER: 192.168.44.2 ;; WHEN: Wed Dec 16 06:08:20 2015 ;; MSG SIZE rcvd: 44 ``` ``` % dig www.python.org. A ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 22050 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; www.python.org. IN A ;; ANSWER SECTION: www.python.org. 5 IN CNAME python.map.fastly.net. python.map.fastly.net. 5 IN A 103.245.222.223 ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 7 msec ;; SERVER: 192.168.44.2 ;; WHEN: Wed Dec 16 06:08:23 2015 ;; MSG SIZE rcvd: 83 ```
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#require_gcc
|
||||
install_package "openssl-1.0.1q" "https://www.openssl.org/source/openssl-1.0.1q.tar.gz#b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7" mac_openssl --if has_broken_mac_openssl
|
||||
install_package "readline-6.3" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
|
||||
install_package "Python-3.0.1" "http://python.org/ftp/python/3.0.1/Python-3.0.1.tgz#7d5f2feae9035f1d3d9e6bb7f092dbf374d6bb4b25abd0d2d11f13bba1cb04de" ldflags_dirs standard verify_py30
|
||||
install_package "Python-3.0.1" "http://www.python.org/ftp/python/3.0.1/Python-3.0.1.tgz#7d5f2feae9035f1d3d9e6bb7f092dbf374d6bb4b25abd0d2d11f13bba1cb04de" ldflags_dirs standard verify_py30
|
||||
if [[ "Darwin" == "$(uname -s)" ]]; then
|
||||
# https://github.com/yyuu/pyenv/issues/456
|
||||
{ echo
|
||||
|
||||
Reference in New Issue
Block a user