Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jun 14, 2024
1 parent af3c7a9 commit 87d2166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
cwd "#{node['cluster']['system_pyenv_root']}"
code <<-VENV
set -e
versions/#{new_resource.python_version}/bin/python -m venv #{new_resource.pyenv_path}
versions/#{new_resource.python_version}/bin/python#{default['cluster']['python-major-minor-version']} -m venv #{new_resource.pyenv_path}
source #{new_resource.pyenv_path}/bin/activate
VENV
end
Expand Down

0 comments on commit 87d2166

Please sign in to comment.