# File lib/chef/provider/package/easy_install.rb, line 59
        def python_binary_path
          path = @new_resource.python_binary
          path ? path : 'python'
        end