Skip to content

Commit 00f8496

Browse files
henryiiidi
andauthored
Fix python usage in makefile (#217)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
1 parent fca1f10 commit 00f8496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BINDIR = $(PWD)/.state/env/bin
22

33
.state/env/pyvenv.cfg: requirements/dev.txt
44
rm -rf .state/env
5-
python -m venv .state/env
5+
python3 -m venv .state/env
66

77
# install/upgrade general requirements
88
$(BINDIR)/python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy