mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 17:00:28 +08:00
Make python3 the default interpreter (#113)
This commit is contained in:
committed by
Peter Bull
parent
74a2e29fef
commit
a3274f1da3
+1
-1
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user