Skip to content

Instantly share code, notes, and snippets.

@jsulinski
Created May 3, 2012 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsulinski/ccb85f5872cdd763c4fc to your computer and use it in GitHub Desktop.
Save jsulinski/ccb85f5872cdd763c4fc to your computer and use it in GitHub Desktop.
app['python_packages'].collect do |pkg, ver|
python_pip "#{pkg}" do
version ver
virtualenv "#{base_path}"
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment