Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Use python2 in the shebang #24

Open
langston-barrett opened this issue Dec 30, 2015 · 1 comment
Open

Use python2 in the shebang #24

langston-barrett opened this issue Dec 30, 2015 · 1 comment

Comments

@langston-barrett
Copy link

PEP 0394 states that "python should be used in the shebang line only for scripts that are source compatible with both Python 2 and 3."

As such, the first line of terraform.py should read

#!/usr/bin/env python2
@conorsch
Copy link

conorsch commented Jan 8, 2016

Using env is fine here, you can override python to be whatever version you like via virtualenv or otherwise.

langston-barrett added a commit to mantl/mantl that referenced this issue Jan 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants