# File lib/chef/provider/package/easy_install.rb, line 125
        def remove_package(name, version)
          run_command(:command => "#{easy_install_binary_path} -m #{name}")
        end