Skip to content

Commit

Permalink
Run the just tasks with PowerShell on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Feb 28, 2024
1 parent 97f6147 commit b380579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
PYTHON_BINARY := "python3"
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]

PYTHON_BINARY := "python3.11"
VIRTUAL_ENV := "venv"
VIRTUAL_BIN := VIRTUAL_ENV / "bin"
PROJECT_NAME := "project_name"
Expand Down

0 comments on commit b380579

Please sign in to comment.