KyosukeIchikawa commited on
Commit
1e7e7d2
·
1 Parent(s): 607883a

MakefileのPythonバージョンをpython3からpythonに変更

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -4,7 +4,7 @@
4
  # Variables and Configuration
5
  #--------------------------------------------------------------
6
  # Python related
7
- PYTHON = python3
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