Preguntas etiquetadas con python3

20
¿Cómo instalo vim en OSX con soporte para Python 3?

En las búsquedas de Google que he hecho, el comando que debería usar es brew install vim --with-python3, que tiene éxito sin error, pero luego vim --versioninforma que Python 3 no está disponible. k162:~ asday$ brew install vim --with-python3 ==> Using the sandbox ==> Downloading...

0
Texto reestructurado a html

Tengo la intención de utilizar el texto reestructurado para documentar un pequeño proyecto mío. He instalado Python 3.7.2. Instalé docutils usando el comando "pip install docutils". Pero no tengo idea de cómo convertir el primer archivo a cualquier otro formato para mostrar el resultado. ¿Alguien...