Auto commit 2025-08-30 12:15 html
authorNiki Roo <niki@nikiroo.be>
Sat, 30 Aug 2025 10:15:55 +0000 (12:15 +0200)
committerNiki Roo <niki@nikiroo.be>
Sat, 30 Aug 2025 10:15:55 +0000 (12:15 +0200)
Tech/python/Virtual Environments (venv)/index.html

index 9915a4c7ca038acc8b5c96fc5df911d23c6f45d7..abb62bb7779cadfefd40c6610980183b4d602b34 100644 (file)
 
 <h1 id="virtual-environments-venv">Virtual Environments (venv)</h1>
 <p>How to use PIP (Python in Python) with venv (Virtual ENVironment)?
-* make a new venv: <code>python -m venv (--without-pip) Workspace/pyenv/new_project</code>
-* enter the venv: <code>. Workspace/pyenv/new_project/bin/activate</code>
+* make a new venv: <code>python -m venv (--without-pip) Workspace/pip/new_project</code>
+* enter the venv: <code>. Workspace/pip/new_project/bin/activate</code>
 * ...you are now running in your virtual environment, you can use <code>pip</code></p>