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 ea1912d commit 2484895Copy full SHA for 2484895
cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb
@@ -49,6 +49,6 @@
49
# tar xzf cookbook-dependencies.tgz
50
# cd dependencies
51
# #{virtualenv_path}/bin/pip install * -f ./ --no-index
52
- #{virtualenv_path}/bin/pip install -r requirements.txt
+ #{virtualenv_path}/bin/pip install -r #{cookbook_virtualenv_path}/requirements.txt
53
REQ
54
end
0 commit comments