Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213c37e commit f0a37e1Copy full SHA for f0a37e1
attributes/default.rb
@@ -42,3 +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'] = nil # defaults to latest
45
+default['python']['virtualenv_version'] = nil
recipes/virtualenv.rb
@@ -22,4 +22,5 @@
22
23
python_pip "virtualenv" do
24
action :upgrade
25
+ version node['python']['virtualenv_version']
26
end
0 commit comments