Hola,
estoy intentando instalar python 2.7 y PIP sin privilegios de root.
Pero estoy teniendo algunos problemas.
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 (Santiago)
$ python --version
Python 2.6.6
$ mkdir ~/src
$ cd
necesitas instalar zlib y hacerlo accesible.
___
Python-es mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-es
OK. Gracias.
Googleando he encontrado varias veces que hay que descomentar la linea
de zlib en el fichero src/PythonXY/Modules/Setup
Reinstalando de nuevo, ya tengo zlib.
$ python -c "import zlib; print zlib.__version__"
1.0
Ahora me da fallos con ssl.
Pero ya sé por donde van los tiros.
$ pytho