Skip to content

Commit 89c5e17

Browse files
munkmguenp
andauthored
Update path for reactivating env for venv
Co-authored-by: Guen Prawiroatmodjo <guenevere.p@gmail.com>
1 parent 3051600 commit 89c5e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/how-tos/how-to-create-environments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ uv pip install -f </path/to/requirements.txt>
164164
Remember to re-activate your environment time you open a new terminal:
165165

166166
```shell
167-
source <path/to/science/>.venv/bin/activate
167+
cd <path/to/science/>
168+
source .venv/bin/activate
168169
```
169170

170171
You can find more information on using uv for environments

0 commit comments

Comments
 (0)