Commit ·
1e7e7d2
1
Parent(s): 607883a
MakefileのPythonバージョンをpython3からpythonに変更
Browse files
Makefile
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# Variables and Configuration
|
| 5 |
#--------------------------------------------------------------
|
| 6 |
# Python related
|
| 7 |
-
PYTHON =
|
| 8 |
VENV_DIR = venv
|
| 9 |
VENV_PYTHON = $(VENV_DIR)/bin/python
|
| 10 |
VENV_PIP = $(VENV_DIR)/bin/pip
|
|
|
|
| 4 |
# Variables and Configuration
|
| 5 |
#--------------------------------------------------------------
|
| 6 |
# Python related
|
| 7 |
+
PYTHON = python
|
| 8 |
VENV_DIR = venv
|
| 9 |
VENV_PYTHON = $(VENV_DIR)/bin/python
|
| 10 |
VENV_PIP = $(VENV_DIR)/bin/pip
|