Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.61k stars 587 forks source link

use 'python2.7' as default python_bin for Python 2 #2157

Closed coyotemarin closed 4 years ago

coyotemarin commented 4 years ago

It turns out that python2 isn't as common a binary name as i though; this changes it to python2.7. This is a second try at fixing #2151, and supersedes pull request #2156.

This also allows us to remove a special case that was already defaulting python_bin to python2.7 on some old AMIs.

88manpreet commented 4 years ago

+1