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

Appearance settings

Commit 1de746f

Browse filesBrowse files
[3.11] docs: announce venv creation before installing packages (GH-117036) (#117039)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
1 parent 25c34ce commit 1de746f
Copy full SHA for 1de746f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Doc/Makefile

Copy file name to clipboardExpand all lines: Doc/Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ venv:
177177
echo "venv already exists."; \
178178
echo "To recreate it, remove it first with \`make clean-venv'."; \
179179
else \
180+
echo "Creating venv in $(VENVDIR)"; \
180181
$(PYTHON) -m venv $(VENVDIR); \
181182
$(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
182183
$(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.