We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a9ff commit 58b6ca1Copy full SHA for 58b6ca1
2 files changed
attributes/default.rb
@@ -42,4 +42,4 @@
42
default['python']['pip_location'] = "#{node['python']['prefix_dir']}/bin/pip"
43
default['python']['virtualenv_location'] = "#{node['python']['prefix_dir']}/bin/virtualenv"
44
default['python']['setuptools_version'] = "44.0.0"
45
-default['python']['virtualenv_version'] = nil
+default['python']['virtualenv_version'] = "16.7.9"
recipes/virtualenv.rb
@@ -21,6 +21,6 @@
21
include_recipe "python::pip"
22
23
python_pip "virtualenv" do
24
- action :upgrade
+ action :install
25
version node['python']['virtualenv_version']
26
end
0 commit comments