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