We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125bfb9 commit 9c14812Copy full SHA for 9c14812
justfile
@@ -1,9 +1,6 @@
1
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
2
set unstable := true
3
-
4
-#set script-interpreter := ['uv', 'run', '--script']
5
6
-set script-interpreter := ['python']
+set script-interpreter := ['uv', 'run', '--script']
7
8
export PYTHONPATH := source_directory()
9
0 commit comments