Skip to content

Commit

Permalink
python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 22, 2024
1 parent 12d4dbe commit 6c9e68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
bash 'install #{python_version}' do
user 'root'
group 'root'
cwd "prefix}"
cwd "#{prefix}"
code <<-VENV
set -e
curl https://www.python.org/ftp/python/#{python_version}/Python-#{python_version}.tgz -o Python-#{python_version}.tgz
Expand Down

0 comments on commit 6c9e68f

Please sign in to comment.