We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc14659 commit 2bafb83Copy full SHA for 2bafb83
{{ cookiecutter.repo_name }}/Makefile
@@ -57,7 +57,7 @@ create_environment:
57
ifeq (True,$(HAS_CONDA))
58
@echo ">>> Detected conda, creating conda environment."
59
ifeq (3,$(findstring 3,$(PYTHON_INTERPRETER)))
60
- conda create --name $(PROJECT_NAME) python=3.5
+ conda create --name $(PROJECT_NAME) python=3
61
else
62
conda create --name $(PROJECT_NAME) python=2.7
63
endif
0 commit comments