Instalando LetsEncrypt en Debian 6 – Squeeze
Solo hay que copiar y pegar esto (sabiendo lo que hacemos claro está):
apt-get install build-essential python-pip git libssl-dev libffi-dev python-dev
pip install pythonbrew
pythonbrew_install
source “$HOME/.pythonbrew/etc/bashrc”
Actualizando la versión de Python a la 2.7.10 :
pythonbrew install 2.7.10
pythonbrew … Seguir leyendo

