From 6c9e68f892c24904ac3948e62e32dbdf0aa90894 Mon Sep 17 00:00:00 2001 From: Helena Greebe Date: Sun, 21 Apr 2024 21:25:51 -0400 Subject: [PATCH] python3.9 --- cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb b/cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb index 8af6143921..beee8f9ca3 100644 --- a/cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb +++ b/cookbooks/aws-parallelcluster-shared/resources/install_pyenv.rb @@ -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