From: Niki Roo Date: Sat, 30 Aug 2025 10:15:55 +0000 (+0200) Subject: Auto commit 2025-08-30 12:15 X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=46580feaae65e2445413e2092a3540da112e88b8;p=notes.git Auto commit 2025-08-30 12:15 --- 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