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 cd30c9a commit cfad66fCopy full SHA for cfad66f
recipes/python.rb
@@ -3,7 +3,8 @@
3
# components ['trusty main']
4
# end
5
6
-batch 'install python3.6 from source' do
+script 'install python3.6 from source' do
7
+ interpreter "bash"
8
code <<-EOH
9
cd /tmp && wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz && tar -xvf Python-3.6.3.tgz && cd Python-3.6.3 && sudo ./configure --enable-optimizations;
10
EOH
0 commit comments