We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1679e68 commit e0188d8Copy full SHA for e0188d8
docs/guides/storage.md
@@ -208,7 +208,7 @@ The first step is to create the virtual environment using the usual workflow.
208
export PYTHONUSERBASE=/user-environment/env/default
209
210
# create and activate a new relocatable venv using uv
211
- # in this case we explicitly select python 3.12
+ # in this case we explicitly select the python interpreter from the uenv view
212
uv venv -p /user-environment/env/default/bin/python --system-site-packages --relocatable --link-mode=copy /dev/shm/sqfs-demo/.venv
213
# You can also point to the uenv python with `uv venv -p $(which python) ...`
214
# which, among other things, enables user portability of the venv
0 commit comments