python2 as env (#684)

In march 2018 homebrew will point change `python` to python 3:
https://brew.sh/2018/01/19/homebrew-1.5.0/
This commit is contained in:
Thane Gill
2018-02-25 12:22:23 -08:00
committed by Jay Lee
parent 35b986e2be
commit 8885bdd5f0

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# GAM # GAM