Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfad66f

Browse files
Testing fixes
1 parent cd30c9a commit cfad66f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/python.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# components ['trusty main']
44
# end
55

6-
batch 'install python3.6 from source' do
6+
script 'install python3.6 from source' do
7+
interpreter "bash"
78
code <<-EOH
89
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;
910
EOH

0 commit comments

Comments
 (0)