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