pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.99k stars 431 forks source link

git vs https protocol #12

Closed albenik closed 9 years ago

albenik commented 10 years ago

In my work network only ssh/http/https ports are open. So last change break installer for me. The workaround is

curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | sed "s/git:/https:/" | bash
vindarel commented 9 years ago

+1 please give an option on the command line or document that solution. thanks !