Skip to content

Commit a25fada

Browse files
Actualizar paso 5 en archivo CONTRIBUTING (#3387)
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.
1 parent 3e8a1cb commit a25fada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.overrides/CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ podrás realizar todas las contribuciones que quieras.
5454

5555
#. (Opcional) Crea un entorno virtual y actívalo::
5656

57-
python -m venv env
58-
source env/bin/activate # macOS y Linux
59-
env\Scripts\activate.bat # Windows
57+
python -m venv venv
58+
source venv/bin/activate # macOS y Linux
59+
venv\Scripts\activate.bat # Windows
6060

6161
#. (Opcional) Instala los requerimientos del proyecto::
6262

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy