1
0
Fork 0
mirror of synced 2024-06-20 07:51:10 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Shiva Poudel c3ef361ef1 Fix - Shell scripts to check python binary in windows, closes #187 2019-06-25 16:57:23 +05:45
Anish Athalye f7a8bf10ba Fix script
It is only legal to `return` from a function or sourced script. The
right builtin to use here is `exit`.
2018-06-07 13:04:19 -04:00
Anish Athalye 53eb3851d1 Make launcher find python binary 2017-04-19 08:40:15 -04:00
lbriggs 285543ac6a Fix version check
The version checking code fails on Python 2.6 and earlier.
`sys.version_info` only became a named tuple in Python 2.7. The
recommended way to get the check to work in earlier versions of Python
is to access it as a regular tuple.
2014-12-18 20:05:03 -05:00
Anish Athalye 33d602bb93 Add YAML support
Add support for YAML format configuration files. In addition, this
commit adds instructions about YAML config files to the README, and it
also changes the README to encourage use of YAML instead of JSON.
2014-10-27 20:31:40 -04:00
Anish Athalye 60a560e976 Initial commit 2014-03-20 18:57:56 -04:00