Skip to content

Commit 29e1410

Browse files
authored
Change pip to pip3
Python 2.7 has reached end of support.
1 parent 57ac642 commit 29e1410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/blank-python/2-build-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -eo pipefail
33
rm -rf package
44
cd function
5-
pip install --target ../package/python -r requirements.txt
5+
pip3 install --target ../package/python -r requirements.txt

0 commit comments

Comments
 (0)