We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4dabe commit 71fd738Copy full SHA for 71fd738
recipes/source.rb
@@ -30,7 +30,7 @@
30
end
31
32
version=node['python']['version']
33
-install_path="#{node['python']['prefix_dir']}/lib/python#{version.split(/(^\d+\.\d+)/)[1]}"
+install_path="#{node['python']['prefix_dir']}/bin/python#{version.split(/(^\d+\.\d+)/)[1]}"
34
35
remote_file"#{Chef::Config[:file_cache_path]}/Python-#{version}.tar.bz2"do
36
source"#{node['python']['url']}/#{version}/Python-#{version}.tar.bz2"
0 commit comments