mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
Use https instead of http when downloading from pypi
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
require_gcc
|
||||
install_hg "pypy-dev" "https://bitbucket.org/pypy/pypy" "default" "pypy_builder" verify_py27
|
||||
install_package "setuptools-0.8" "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.8.tar.gz#ab5f2bbc67f0dbdfeb3075f14d0b029c" python
|
||||
install_package "pip-1.3.1" "http://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
|
||||
install_package "pip-1.3.1" "https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
|
||||
|
||||
Reference in New Issue
Block a user