Skip to content

Commit 58b6ca1

Browse files
committed
locking the virtualenv version
1 parent 822a9ff commit 58b6ca1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
4343
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"
4444
default['python']['setuptools_version'] = "44.0.0"
45-
default['python']['virtualenv_version'] = nil
45+
default['python']['virtualenv_version'] = "16.7.9"

recipes/virtualenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
include_recipe "python::pip"
2222

2323
python_pip "virtualenv" do
24-
action :upgrade
24+
action :install
2525
version node['python']['virtualenv_version']
2626
end

0 commit comments

Comments
 (0)