Skip to content

Actualizar paso 5 en archivo CONTRIBUTING #3387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

davidspindola
Copy link
Contributor

Encontré una falla en el paso 5 (opcional) de la documentación para contribuir. El Makefile apunta al directorio venv y el comando de python crea un directorio nombrado env.

Snip del código:

#
# Makefile for Spanish Python Documentation
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
# Internal variables
VENV                := $(shell realpath ./venv)
PYTHON              := $(shell which python3)
...

Probé la guia siguiendo los pasos actuales y resulta en un error, cambiando el comando y el source path por venv se solucionan los errores.

@rtobar rtobar merged commit a25fada into python:3.13 Apr 17, 2025
4 checks passed
@rtobar
Copy link
Collaborator

rtobar commented Apr 17, 2025

Gracias @davidspindola por encontrar el error y ofrecer la solución 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants