Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/software/ml/pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Uenvs are read-only, and cannot be modified. However, it is possible to add Pyth
```console title="Creating a virtual environment on top of the uenv"
$ uenv start pytorch/v2.6.0:v1 --view=default # (1)!

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

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

Expand Down
Loading