From a3274f1da3f0213a50c8b05314961b1b1e93e834 Mon Sep 17 00:00:00 2001 From: Isaac Slavitt Date: Thu, 19 Apr 2018 12:00:41 -0400 Subject: [PATCH] Make python3 the default interpreter (#113) --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 5f70a2c..161f59e 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -6,5 +6,5 @@ "open_source_license": ["MIT", "BSD-3-Clause", "No license file"], "s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')", "aws_profile": "default", - "python_interpreter": ["python", "python3"] + "python_interpreter": ["python3", "python"] }