# File lib/chef/provider/package/easy_install.rb, line 54
        def easy_install_binary_path
          path = @new_resource.easy_install_binary
          path ? path : 'easy_install'
        end