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 28ea3ec commit 5773a2cCopy full SHA for 5773a2c
recipes/base_install.rb
@@ -141,7 +141,7 @@
141
curl -v -L -o aws-parallelcluster-node.tgz #{node['cfncluster']['custom_node_package']}
142
tar -xzf aws-parallelcluster-node.tgz
143
cd aws-parallelcluster-node-*
144
- sudo /usr/bin/python setup.py install
+ /usr/bin/python setup.py install
145
NODE
146
end
147
elsif node['platform_family'] == 'rhel' && node['platform_version'].to_i < 7
0 commit comments