Skip to content

Commit 5ce1caa

Browse files
committed
fix(uv): tools are leaking into the user home
1 parent 785d8f5 commit 5ce1caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_files/uv-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
export UV_CACHE_DIR=/var/cache/uv
4-
export UV_TOOL_DIR=/usr/share/uv/tools
4+
export UV_DATA_DIR=/usr/share/uv
55
export UV_TOOL_BIN_DIR=/usr/bin
66
export UV_LINK_MODE=copy

0 commit comments

Comments
 (0)