We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f8c1e commit 2a19d48Copy full SHA for 2a19d48
1 file changed
tests/test_venv_create.lua
@@ -49,7 +49,7 @@ T['create']['uv_sync'] = function()
49
[[examples/python_projects/uv/.venv/bin/python -c 'import sys; print(sys.path[-1], end="")']])
50
51
if IS_WINDOWS then
52
- print(vim.fn.system([[ dir examples\python_projects\uv\.venv/bin/python ]]))
+ print(vim.fn.system([[ dir examples\python_projects\uv\.venv\bin ]]))
53
dep_path = vim.fn.system(
54
[[examples\python_projects\uv\.venv\bin\python -c 'import sys; print(sys.path[-1], end="")']])
55
end
0 commit comments