Skip to content

Commit 80a314b

Browse files
vondelehenrique
andauthored
Update pytorch.md (#106)
It is probably good to explicitly add `--system-site-packages` to the venv creation step Co-authored-by: Henrique Mendonça <[email protected]>
1 parent 93a1c4a commit 80a314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/ml/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Uenvs are read-only, and cannot be modified. However, it is possible to add Pyth
286286
```console title="Creating a virtual environment on top of the uenv"
287287
$ uenv start pytorch/v2.6.0:v1 --view=default # (1)!
288288

289-
$ python -m venv ./my-venv # (2)!
289+
$ python -m venv --system-site-packages ./my-venv # (2)!
290290

291291
$ source ./my-venv/bin/activate # (3)!
292292

0 commit comments

Comments
 (0)