# File lib/chef/provider/package/easy_install.rb, line 117
        def install_package(name, version)
          run_command(:command => "#{easy_install_binary_path} \"#{name}==#{version}\"")
        end