Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c36ba1

Browse files
author
bscriver123 (aider)
committed
fix: Replace python3 with python in Makefile for self-contained usage
1 parent 63c5ec8 commit 0c36ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_NAME := $(shell basename $CURDIR)
22
VIRTUAL_ENV := $(CURDIR)/.venv
3-
LOCAL_PYTHON := $(VIRTUAL_ENV)/bin/python3
3+
LOCAL_PYTHON := $(VIRTUAL_ENV)/bin/python
44

55
define HELP
66
Manage $(PROJECT_NAME). Usage:
@@ -98,4 +98,4 @@ clean:
9898
find . -type d -wholename '**/.pytest_cache' -exec rm -rf {} + && \
9999
find . -type d -wholename '**/*.log' -exec rm -rf {} + && \
100100
find . -type d -wholename './.reports/*' -exec rm -rf {} + && \
101-
find . -type d -wholename '**/.webassets-cache' -exec rm -rf {} +
101+
find . -type d -wholename '**/.webassets-cache' -exec rm -rf {} +

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /