Browse Source

Make python3 the default interpreter (#113)

main
Isaac Slavitt 7 years ago committed by Peter Bull
parent
commit
a3274f1da3
  1. 2
      cookiecutter.json

2
cookiecutter.json

@ -6,5 +6,5 @@
"open_source_license": ["MIT", "BSD-3-Clause", "No license file"], "open_source_license": ["MIT", "BSD-3-Clause", "No license file"],
"s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')", "s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')",
"aws_profile": "default", "aws_profile": "default",
"python_interpreter": ["python", "python3"] "python_interpreter": ["python3", "python"]
} }

Loading…
Cancel
Save