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 57ac642 commit 29e1410Copy full SHA for 29e1410
sample-apps/blank-python/2-build-layer.sh
@@ -2,4 +2,4 @@
2
set -eo pipefail
3
rm -rf package
4
cd function
5
-pip install --target ../package/python -r requirements.txt
+pip3 install --target ../package/python -r requirements.txt
0 commit comments