We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ce67 commit f337bafCopy full SHA for f337baf
cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb
@@ -46,7 +46,7 @@
46
code <<-REQ
47
#{virtualenv_path}/bin/pip install try
48
if [ $? -ne 0 ]; then
49
- tar xzf cookbook-dependencies.tgz
+ tar xzf #{node['cluster']['base_dir']}/cookbook-dependencies.tgz
50
cd dependencies
51
#{virtualenv_path}/bin/pip install * -f ./ --no-index
52
fi
0 commit comments