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