git://git.nikiroo.be
/
notes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d98f6c
)
python: fix path
master
author
Niki Roo
<niki@nikiroo.be>
Sat, 30 Aug 2025 10:15:48 +0000
(12:15 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sat, 30 Aug 2025 10:15:48 +0000
(12:15 +0200)
Tech/python/Virtual Environments (venv).md
patch
|
blob
|
blame
|
history
diff --git
a/Tech/python/Virtual Environments (venv).md
b/Tech/python/Virtual Environments (venv).md
index aca79d2d1760a43b0d9a8ca45011aa6909c51d01..4a43a0ff90e302ca3361543af15ad317a8885699 100644
(file)
--- a/
Tech/python/Virtual Environments (venv).md
+++ b/
Tech/python/Virtual Environments (venv).md
@@
-1,7
+1,7
@@
# Virtual Environments (venv)
How to use PIP (Python in Python) with venv (Virtual ENVironment)?
-* make a new venv: `python -m venv (--without-pip) Workspace/p
yenv
/new_project`
-* enter the venv: `. Workspace/p
yenv
/new_project/bin/activate`
+* make a new venv: `python -m venv (--without-pip) Workspace/p
ip
/new_project`
+* enter the venv: `. Workspace/p
ip
/new_project/bin/activate`
* ...you are now running in your virtual environment, you can use `pip`