From 26b67e28844f1536e07c5d32ab0b852842426f8f Mon Sep 17 00:00:00 2001 From: sylvain hellin Date: Mon, 31 Mar 2025 10:55:22 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Update=20`docs/virtual-envi?= =?utf8?q?ronments.md`=20(#1321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/virtual-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/virtual-environments.md b/docs/virtual-environments.md index ca48de91..131cd53d 100644 --- a/docs/virtual-environments.md +++ b/docs/virtual-environments.md @@ -668,7 +668,7 @@ After activating the virtual environment, the `PATH` variable would look somethi /home/user/code/awesome-project/.venv/bin:/usr/bin:/bin:/usr/sbin:/sbin ``` -That means that the system will now start looking first look for programs in: +That means that the system will now start looking first for programs in: ```plaintext /home/user/code/awesome-project/.venv/bin -- 2.47.2