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 e727f38 commit cb84388Copy full SHA for cb84388
docs/guides/storage.md
@@ -206,6 +206,8 @@ The first step is to create the virtual environment using the usual workflow.
206
# create and activate a new relocatable venv using uv
207
# in this case we explicitly select python 3.12
208
uv venv -p 3.12 --relocatable --link-mode=copy /dev/shm/sqfs-demo/.venv
209
+ # You can also point to the uenv python with `uv venv -p $(which python) ...`
210
+ # which, among other things, enables user portability of the venv
211
cd /dev/shm/sqfs-demo
212
source .venv/bin/activate
213
0 commit comments