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"] }