Skip to content

Commit

Permalink
Add shell var back
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Feb 16, 2024
1 parent c8225b7 commit 2addec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#* Variables
SHELL := /bin/bash
PYTHON := .venv/bin/python

#* Docker variables
Expand Down Expand Up @@ -41,7 +42,7 @@ uv-download:
.PHONY: uv-activate
uv-activate:
@if [[ "$(OS)" == "Windows_NT" ]]; then \
./uv/Scripts/activate.ps1; \
./uv/Scripts/activate.ps1 \
else \
source .venv/bin/activate; \
fi
Expand Down

0 comments on commit 2addec0

Please sign in to comment.