Skip to content

Commit a3274f1

Browse files
ismspjbull
authored andcommitted
Make python3 the default interpreter (drivendataorg#113)
1 parent 74a2e29 commit a3274f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"open_source_license": ["MIT", "BSD-3-Clause", "No license file"],
77
"s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')",
88
"aws_profile": "default",
9-
"python_interpreter": ["python", "python3"]
9+
"python_interpreter": ["python3", "python"]
1010
}

0 commit comments

Comments
 (0)