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

Skip to content

Commit fc52e91

Browse files
committed
comment out install python3.6 command
1 parent 4129897 commit fc52e91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

recipes/python.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
# EOH
2424
# flags "-x"
2525
# end
26-
bash 'install python3.6' do
27-
code <<-EOH
28-
sudo apt install python3.6 -y;
29-
sudo apt install python3.6-dev -y;
30-
EOH
31-
flags "-x"
32-
end
26+
# bash 'install python3.6' do
27+
# code <<-EOH
28+
# sudo apt install python3.6 -y;
29+
# sudo apt install python3.6-dev -y;
30+
# EOH
31+
# flags "-x"
32+
# end

0 commit comments

Comments
 (0)