diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2058053..b8cf952 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -62,7 +62,13 @@ "Bash(ln:*)", "Bash(sed:*)", "Bash(ffmpeg *)", - "Bash(sqlite3 *)" + "Bash(sqlite3 *)", + "Bash(command -v uv)", + "Read(//home/lzhshou/.config/pip/**)", + "Read(//home/lzhshou/.pip/**)", + "Read(//etc/**)", + "Bash(sh)", + "Bash(~/.local/bin/uv --version)" ] }, "hooks": { diff --git a/Makefile b/Makefile index 5a7ac66..4ba5713 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: uv sync; \ else \ test -x .venv/bin/pip || python3 -m venv .venv; \ - .venv/bin/pip install -e .; \ + PIP_USER=0 .venv/bin/pip install -e .; \ fi @$(MAKE) _symlink-myclaude @$(MAKE) _install-completions