Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita25fada

Browse files
Actualizar paso 5 en archivo CONTRIBUTING (#3387)
Encontré una falla en el paso 5 (opcional) de la documentación paracontribuir. El Makefile apunta al directorio **venv** y el comando depython crea un directorio nombrado **env**.Snip del código:```## Makefile for Spanish Python Documentation# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...# Internal variablesVENV := $(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 loserrores.
1 parent3e8a1cb commita25fada

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 venvenv
58-
sourceenv/bin/activate # macOS y Linux
59-
env\Scripts\activate.bat # Windows
57+
python -m venvvenv
58+
sourcevenv/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)

[8]ページ先頭

©2009-2025 Movatter.jp