Skip to content

Commit

Permalink
allow setting of virtualenv version
Browse files Browse the repository at this point in the history
Closes poise#74
  • Loading branch information
coderanger committed Jan 28, 2014
1 parent 213c37e commit f0a37e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@
default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"
default['python']['setuptools_version'] = nil # defaults to latest
default['python']['virtualenv_version'] = nil
1 change: 1 addition & 0 deletions recipes/virtualenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@

python_pip "virtualenv" do
action :upgrade
version node['python']['virtualenv_version']
end

0 comments on commit f0a37e1

Please sign in to comment.