Skip to content

Commit e0188d8

Browse files
committed
python from uenv
1 parent 1679e68 commit e0188d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The first step is to create the virtual environment using the usual workflow.
208208
export PYTHONUSERBASE=/user-environment/env/default
209209

210210
# create and activate a new relocatable venv using uv
211-
# in this case we explicitly select python 3.12
211+
# in this case we explicitly select the python interpreter from the uenv view
212212
uv venv -p /user-environment/env/default/bin/python --system-site-packages --relocatable --link-mode=copy /dev/shm/sqfs-demo/.venv
213213
# You can also point to the uenv python with `uv venv -p $(which python) ...`
214214
# which, among other things, enables user portability of the venv

0 commit comments

Comments
 (0)