Make python3 the default interpreter (#113)
This commit is contained in:
parent
74a2e29fef
commit
a3274f1da3
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue