From 46580feaae65e2445413e2092a3540da112e88b8 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sat, 30 Aug 2025 12:15:55 +0200 Subject: [PATCH] Auto commit 2025-08-30 12:15 --- Tech/python/Virtual Environments (venv)/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tech/python/Virtual Environments (venv)/index.html b/Tech/python/Virtual Environments (venv)/index.html index 9915a4c..abb62bb 100644 --- a/Tech/python/Virtual Environments (venv)/index.html +++ b/Tech/python/Virtual Environments (venv)/index.html @@ -1453,8 +1453,8 @@

Virtual Environments (venv)

How to use PIP (Python in Python) with venv (Virtual ENVironment)? -* make a new venv: python -m venv (--without-pip) Workspace/pyenv/new_project -* enter the venv: . Workspace/pyenv/new_project/bin/activate +* make a new venv: python -m venv (--without-pip) Workspace/pip/new_project +* enter the venv: . Workspace/pip/new_project/bin/activate * ...you are now running in your virtual environment, you can use pip

-- 2.27.0